summaryrefslogtreecommitdiff
path: root/i18npool/inc/defaultnumberingprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/defaultnumberingprovider.hxx')
-rw-r--r--i18npool/inc/defaultnumberingprovider.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/inc/defaultnumberingprovider.hxx b/i18npool/inc/defaultnumberingprovider.hxx
index d487ec1c4914..966db83233a5 100644
--- a/i18npool/inc/defaultnumberingprovider.hxx
+++ b/i18npool/inc/defaultnumberingprovider.hxx
@@ -32,7 +32,7 @@
#include <memory>
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
class DefaultNumberingProvider : public cppu::WeakImplHelper
<
@@ -81,7 +81,9 @@ private:
/// @throws css::uno::RuntimeException
bool SAL_CALL isScriptFlagEnabled(const OUString& aName );
};
-} } } }
+
+}
+
#endif