summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextEventExport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 09:20:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 13:56:07 +0200
commit12903057343f5d909e400fe778280a1c320923a6 (patch)
tree060005089b19f74cc8bdec6623f82a22778f648f /xmloff/source/text/XMLAutoTextEventExport.hxx
parentd5a6aaa23350208ae049975c77df6a9cdef4ac36 (diff)
compact namespace in xmlhelp..xmlsecurity
Change-Id: I54f0a47a4b7a1f85481fd1e643ac55459d0383ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93907 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventExport.hxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventExport.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventExport.hxx b/xmloff/source/text/XMLAutoTextEventExport.hxx
index 890eafaa771f..8135ad81b6f0 100644
--- a/xmloff/source/text/XMLAutoTextEventExport.hxx
+++ b/xmloff/source/text/XMLAutoTextEventExport.hxx
@@ -23,7 +23,7 @@
#include <xmloff/xmlexp.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace container { class XNameAccess; }
namespace frame { class XModel; }
namespace lang { class XMultiServiceFactory; }
@@ -31,8 +31,8 @@ namespace com { namespace sun { namespace star {
namespace uno { template<class X> class Sequence; }
namespace uno { class XInterface; }
namespace uno { class Exception; }
- namespace xml { namespace sax { class XDocumentHandler; } }
-} } }
+ namespace xml::sax { class XDocumentHandler; }
+}
/**