diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 15:53:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-09 20:01:22 +0200 |
commit | 837b3f031050f9b858cb370446931f716b8d82e3 (patch) | |
tree | 8f73418ff6855f7df7db07e38715c3838ae22812 /lingucomponent | |
parent | cf73ebad644ee3bb7cd96ee3a754c526ab62e354 (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 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx index 4fba8f5c226e..cef9016b123e 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx @@ -49,9 +49,7 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::linguistic2; -namespace com { namespace sun { namespace star { namespace beans { - class XPropertySet; -}}}} +namespace com::sun::star::beans { class XPropertySet; } class Thesaurus : public cppu::WeakImplHelper |