diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 14:03:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-08 21:15:41 +0200 |
commit | aa3e3efbfe8ce7b25bcbda6020bd3f6b8712c61e (patch) | |
tree | c67f0ab3b8e9072c802836dde39f55a7886f9fe3 /extensions/source/propctrlr | |
parent | eecf74d417800138e39304857901bf69c0b756de (diff) |
compact namespace in editeng..extensions
Change-Id: Ie93ac69592c3625b8e2e5db3619ce24597a07a7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93722
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/browserline.hxx | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/handlerhelper.hxx | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/propertyhandler.hxx | 4 | ||||
-rw-r--r-- | extensions/source/propctrlr/xsddatatypes.hxx | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/browserline.hxx b/extensions/source/propctrlr/browserline.hxx index cbe577e58da6..346904415682 100644 --- a/extensions/source/propctrlr/browserline.hxx +++ b/extensions/source/propctrlr/browserline.hxx @@ -23,10 +23,10 @@ #include <com/sun/star/inspection/XPropertyControl.hpp> #include <vcl/weld.hxx> -namespace com { namespace sun { namespace star { namespace inspection { namespace PropertyLineElement +namespace com::sun::star::inspection::PropertyLineElement { const sal_Int16 CompleteLine = 0x4000; -} } } } } +} namespace pcr diff --git a/extensions/source/propctrlr/handlerhelper.hxx b/extensions/source/propctrlr/handlerhelper.hxx index 6d61cd12e10a..127082536430 100644 --- a/extensions/source/propctrlr/handlerhelper.hxx +++ b/extensions/source/propctrlr/handlerhelper.hxx @@ -30,11 +30,11 @@ #include <vector> namespace weld { class Builder; class Widget; class Window; } -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace inspection { struct LineDescriptor; } -} } } +} namespace pcr { diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx index b667a50a8f38..f09e8bf523b9 100644 --- a/extensions/source/propctrlr/propertyhandler.hxx +++ b/extensions/source/propctrlr/propertyhandler.hxx @@ -44,12 +44,12 @@ #include <memory> #include <vector> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace inspection { struct LineDescriptor; class XPropertyControlFactory; } -} } } +} namespace vcl { class Window; } namespace weld { class Window; } diff --git a/extensions/source/propctrlr/xsddatatypes.hxx b/extensions/source/propctrlr/xsddatatypes.hxx index d6470a1809cd..aff845cbed95 100644 --- a/extensions/source/propctrlr/xsddatatypes.hxx +++ b/extensions/source/propctrlr/xsddatatypes.hxx @@ -24,14 +24,14 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace xsd { class XDataType; } namespace beans { class XPropertySetInfo; } -} } } +} namespace pcr |