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 /linguistic/workben | |
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 'linguistic/workben')
-rw-r--r-- | linguistic/workben/sprophelp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; }}}}; |