diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/fasttokenhandler.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/inc/fasttokenhandler.hxx b/xmloff/inc/fasttokenhandler.hxx index 8e5a1cbb1c6e..076cd90b55f4 100644 --- a/xmloff/inc/fasttokenhandler.hxx +++ b/xmloff/inc/fasttokenhandler.hxx @@ -18,8 +18,7 @@ #include <sal/log.hxx> #include <xmloff/dllapi.h> -namespace xmloff { -namespace token { +namespace xmloff::token { class TokenMap { @@ -89,8 +88,7 @@ private: TokenMap& mrTokenMap; }; -} // namespace token -} // namespace xmloff +} // namespace xmloff::token #endif |