diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-19 21:11:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-20 08:42:29 +0200 |
commit | 39177e57834f4cb2fbceda72f4debe7a8d4ce4e7 (patch) | |
tree | 2ac6264d8092cc9895d2c5b0c3bd884660d670e2 /writerperfect/inc | |
parent | 856f0f210900497675c5def696bbaa2c06c1ca41 (diff) |
compact namespace: writerperfect
Change-Id: I178bc76636d7fc3f4b11d836555a8ad53725b072
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99013
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/DirectoryStream.hxx | 11 | ||||
-rw-r--r-- | writerperfect/inc/DocumentHandler.hxx | 14 | ||||
-rw-r--r-- | writerperfect/inc/WPXSvInputStream.hxx | 11 |
3 files changed, 3 insertions, 33 deletions
diff --git a/writerperfect/inc/DirectoryStream.hxx b/writerperfect/inc/DirectoryStream.hxx index 3da07bc1580f..34075fe9fcdf 100644 --- a/writerperfect/inc/DirectoryStream.hxx +++ b/writerperfect/inc/DirectoryStream.hxx @@ -15,19 +15,10 @@ #include "writerperfectdllapi.h" #include <memory> -namespace com -{ -namespace sun -{ -namespace star -{ -namespace ucb +namespace com::sun::star::ucb { class XContent; } -} -} -} namespace writerperfect { diff --git a/writerperfect/inc/DocumentHandler.hxx b/writerperfect/inc/DocumentHandler.hxx index 6f8734008257..5fb769f9a134 100644 --- a/writerperfect/inc/DocumentHandler.hxx +++ b/writerperfect/inc/DocumentHandler.hxx @@ -26,22 +26,10 @@ #include "writerperfectdllapi.h" -namespace com -{ -namespace sun -{ -namespace star -{ -namespace xml -{ -namespace sax +namespace com::sun::star::xml::sax { class XDocumentHandler; } -} -} -} -} namespace writerperfect { diff --git a/writerperfect/inc/WPXSvInputStream.hxx b/writerperfect/inc/WPXSvInputStream.hxx index 35908684825a..0ac33a60ec01 100644 --- a/writerperfect/inc/WPXSvInputStream.hxx +++ b/writerperfect/inc/WPXSvInputStream.hxx @@ -15,20 +15,11 @@ #include "writerperfectdllapi.h" #include <memory> -namespace com -{ -namespace sun -{ -namespace star -{ -namespace io +namespace com::sun::star::io { class XInputStream; class XSeekable; } -} -} -} namespace writerperfect { |