To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53572





------- Additional comments from [EMAIL PROTECTED] Fri Nov 25 19:03:44 -0800 
2005 -------
In message "[Issue 53572]  MinGW port efforts and information for SRC680 
codeline",
[EMAIL PROTECTED] wrote...
 >@tono: in binfilter:
 >inc/bf_sw/doc.hxx the line:
 >/*N*/         const SwFmtRefMark* GetRefMark( sal_uInt16 nIndex ) const;
 >is not commented (as in original) for some reason? If yes, why it's not in
 >#ifdef block? The same with bf_sw/source/core/doc/sw_doc.cxx.
 
I have to apologize that I have included a possible bug fix here, which should 
be raised by another issue.
Actually I have found the following code in 
binfilter/bf_sw/source/core/unocore/sw_unocoll.cxx
and I do not think the conversion to String is not appropriate here.

const SwFmtRefMark* pMark = GetDoc()->GetRefMark( (sal_uInt16) nIndex );

 >in inc/bf_xmloff/SchXMLExportHelper.hxx the lines:
 >#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX
 >#include <bf_xmloff/xmlprmap.hxx>
 >#endif
 >are they not mingw port specific only?

I have modified it because of a template instantiation problem and I think it 
it not mingw specific. But it should depend the versions of gcc. It may be 
unnecessary in the current gcc version. I will investigate it further.

 >in bf_sw/source/filter/ww8/dump/makefile.mk: some libs are defined via 
macros,
 >some - direct (example):
 >APP1STDLIBS= $(SVTOOLLIB) $(SVLLIB) $(TOOLSLIB) $(SVLIB) svmem.lib so2.lib
 >Is ot ok for gcc?

It seems to require modification, but I have only attended the subdirs that 
will be built in normal building process.
The situation is the same for testtools/source/bridgetest/cli/makefile.mk in 
your next comment as the directory is specified fro vc7 build only in 
testtools/prj/build.lst.

tono (Takashi Ono)


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to