summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-04 20:47:28 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-04 20:51:24 -0500
commitd668a95764d0daced9a6d1d94ba22e201cf6f5b9 (patch)
tree7e1278ea7747917b64c9808386dd0d03c5506ee7 /writerfilter
parent4bea81272d502c044febc419a16c86bbdadf5513 (diff)
Drop SAL_CALL to get it to build on Windows.
Change-Id: I0f475c396ec76ee7faa2cd0699181c58934e61e7
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx b/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx
index 4cf32f562a27..9b82049e04da 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 );