Kaydet (Commit) eda84099 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SAL_CALL mismatch

Change-Id: I73b1555b04db7726142be955d445bf083739e040
üst eaa13b8b
...@@ -108,7 +108,7 @@ css::uno::Sequence< ::sal_Int8 > SAL_CALL OOXMLFastTokenHandler::getUTF8Identifi ...@@ -108,7 +108,7 @@ css::uno::Sequence< ::sal_Int8 > SAL_CALL OOXMLFastTokenHandler::getUTF8Identifi
#endif #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 = struct tokenmap::token * pToken =
tokenmap::Perfect_Hash::in_word_set( pStr, nLength ); tokenmap::Perfect_Hash::in_word_set( pStr, nLength );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment