[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - writerfilter/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Dec 4 17:51:53 PST 2013
writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d668a95764d0daced9a6d1d94ba22e201cf6f5b9
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Wed Dec 4 20:47:28 2013 -0500
Drop SAL_CALL to get it to build on Windows.
Change-Id: I0f475c396ec76ee7faa2cd0699181c58934e61e7
diff --git a/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx b/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx
index 4cf32f5..9b82049 100644
--- a/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx
@@ -108,7 +108,7 @@ css::uno::Sequence< ::sal_Int8 > SAL_CALL OOXMLFastTokenHandler::getUTF8Identifi
#endif
}
-::sal_Int32 SAL_CALL OOXMLFastTokenHandler::getTokenDirect( const char *pStr, sal_Int32 nLength ) const
+sal_Int32 OOXMLFastTokenHandler::getTokenDirect( const char *pStr, sal_Int32 nLength ) const
{
struct tokenmap::token * pToken =
tokenmap::Perfect_Hash::in_word_set( pStr, nLength );
More information about the Libreoffice-commits
mailing list