summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:53:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:01:22 +0200
commit837b3f031050f9b858cb370446931f716b8d82e3 (patch)
tree8f73418ff6855f7df7db07e38715c3838ae22812 /linguistic
parentcf73ebad644ee3bb7cd96ee3a754c526ab62e354 (diff)
compact namespace in i18npool..oox
Change-Id: I1de87468b56b86a1eeee09a612551ab119a1be8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93857 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngopt.hxx4
-rw-r--r--linguistic/source/lngreg.hxx4
-rw-r--r--linguistic/source/lngsvcmgr.hxx4
-rw-r--r--linguistic/workben/sprophelp.hxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 8adb3c99c2d4..85faed923922 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -33,11 +33,11 @@
#include <unotools/linguprops.hxx>
#include <com/sun/star/uno/Any.h>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace beans {
struct PropertyChangeEvent;
}
-}}}
+}
// LinguOptions
diff --git a/linguistic/source/lngreg.hxx b/linguistic/source/lngreg.hxx
index 6cbbb0df3135..a127af751b3e 100644
--- a/linguistic/source/lngreg.hxx
+++ b/linguistic/source/lngreg.hxx
@@ -24,9 +24,9 @@
#include <sal/types.h>
-namespace com { namespace sun { namespace star { namespace lang {
+namespace com::sun::star::lang {
class XMultiServiceFactory;
-} } } }
+}
extern void * LngSvcMgr_getFactory
(
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 7262d26b7f04..2eda39ab4753 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -43,13 +43,13 @@ class GrammarCheckingIterator;
class LngSvcMgrListenerHelper;
struct SvcInfo;
-namespace com { namespace sun { namespace star { namespace linguistic2 {
+namespace com::sun::star::linguistic2 {
class XLinguServiceEventBroadcaster;
class XSpellChecker;
class XProofreadingIterator;
class XHyphenator;
class XThesaurus;
-} } } }
+}
class LngSvcMgr :
diff --git a/linguistic/workben/sprophelp.hxx b/linguistic/workben/sprophelp.hxx
index ab4f1dab947a..55fd48198387 100644
--- a/linguistic/workben/sprophelp.hxx
+++ b/linguistic/workben/sprophelp.hxx
@@ -26,11 +26,11 @@
#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
-namespace com { namespace sun { namespace star { namespace beans {
+namespace com::sun::star::beans {
class XPropertySet;
}}}};
-namespace com { namespace sun { namespace star { namespace linguistic2 {
+namespace com::sun::star::linguistic2 {
struct LinguServiceEvent;
}}}};