diff options
Diffstat (limited to 'oox/source/core/fasttokenhandler.cxx')
-rw-r--r-- | oox/source/core/fasttokenhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/fasttokenhandler.cxx b/oox/source/core/fasttokenhandler.cxx index 510240863845..117868a0c476 100644 --- a/oox/source/core/fasttokenhandler.cxx +++ b/oox/source/core/fasttokenhandler.cxx @@ -97,7 +97,7 @@ sal_Int32 FastTokenHandler::getTokenDirect( const char *pToken, sal_Int32 nLengt return mrTokenMap.getTokenFromUTF8( pToken, nLength ); } -// ============================================================================ + } // namespace core } // namespace oox |