[Libreoffice-commits] core.git: writerfilter/source

Michael Meeks michael.meeks at collabora.com
Wed Nov 27 01:33:45 PST 2013


 writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c2924c0cc8706a7e89ba9e16d15153b2d05b647
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Nov 27 09:33:03 2013 +0000

    Fix windows compile.
    
    Change-Id: Ibf6d11e513ed615e29d97ab21c8b02315b42d75c

diff --git a/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx b/writerfilter/source/ooxml/OOXMLFastTokenHandler.cxx
index e55baf2..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 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