To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112665
                 Issue #|112665
                 Summary|DEV300_m84 writerfilter/source/dmapper fails on Window
                        |s
               Component|Word processor
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|obo
             Reported by|sb





------- Additional comments from s...@openoffice.org Thu Jun 24 15:30:33 +0000 
2010 -------
<http://termite.services.openoffice.org/buildbot/builders/Windows-2003/builds/1399>
on CWS sb127, effectively being latest re/DEV300_next towards DEV300_m84, fails
in writerfilter/source/dmapper with

---8<---
writerfilter.lib(NumberingManager.obj) : error LNK2019: unresolved external
symbol "public: class boost::shared_ptr<struct
writerfilter::dmapper::StyleSheetEntry> const __thiscall
writerfilter::dmapper::StyleSheetTable::FindStyleSheetByISTD(class rtl::OUString
const &)"
(?findstylesheetbyi...@stylesheettable@dmap...@writerfilter@@qae?bv?$shared_...@ustylesheetentry@dmap...@writerfilter@@@boost@@abvoustr...@rtl@@@Z)
referenced in function "public: virtual void __thiscall
writerfilter::dmapper::ListsManager::sprm(class writerfilter::Sprm &)"
(?s...@listsmanager@dmap...@writerfilter@@uaexaavs...@3@@Z)
---8<---

The fix is probably

---8<---
diff -r b8ce59245f59 writerfilter/source/dmapper/NumberingManager.hxx
--- a/writerfilter/source/dmapper/NumberingManager.hxx  Thu Jun 24 12:08:46 2010
+0200
+++ b/writerfilter/source/dmapper/NumberingManager.hxx  Thu Jun 24 17:29:41 2010
+0200
@@ -13,7 +13,7 @@
 namespace dmapper {

 class DomainMapper;
-struct StyleSheetEntry;
+class StyleSheetEntry;


 /** Class representing the numbering level properties.
---8<---

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to