summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index ca8591990e4d..b374c8c3f881 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -36,7 +36,7 @@
#include <map>
#include <memory>
-namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } }
+namespace com::sun::star::uno { template <typename > class Reference; }
class SfxItemSet;
class SfxViewShell;
@@ -488,14 +488,14 @@ class CollatorWrapper;
class IntlWrapper;
class ScFieldEditEngine;
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace lang {
struct Locale;
}
namespace i18n {
class XOrdinalSuffix;
}
-}}}
+}
namespace utl {
class TransliterationWrapper;
}