summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:03:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:15:41 +0200
commitaa3e3efbfe8ce7b25bcbda6020bd3f6b8712c61e (patch)
treec67f0ab3b8e9072c802836dde39f55a7886f9fe3 /extensions/source/propctrlr/propertyhandler.hxx
parenteecf74d417800138e39304857901bf69c0b756de (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/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx4
1 files changed, 2 insertions, 2 deletions
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; }