summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 14:34:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-08 21:13:05 +0200
commiteecf74d417800138e39304857901bf69c0b756de (patch)
tree2d3b3be9f38399a23a42efaa006f26458bf7f7c4 /filter
parent561dd7ba983a0f40bff46169eb17358f73f6ff41 (diff)
compact namespace in filter..framework
Change-Id: Id3c2d9b1fdf9d617adea0fa1ab2fa9a2de12ef50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/typedetection.hxx4
-rw-r--r--filter/source/graphic/GraphicExportFilter.hxx4
-rw-r--r--filter/source/msfilter/eschesdo.hxx4
-rw-r--r--filter/source/xmlfilterdetect/filterdetect.hxx4
-rw-r--r--filter/source/xsltdialog/typedetectionimport.hxx6
5 files changed, 11 insertions, 11 deletions
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 34995191e978..e8ce727cfe12 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -27,7 +27,7 @@
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
-namespace filter{ namespace config {
+namespace filter::config {
class TerminateDetection;
@@ -400,7 +400,7 @@ public:
}
};
-}}
+}
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_TYPEDETECTION_HXX
diff --git a/filter/source/graphic/GraphicExportFilter.hxx b/filter/source/graphic/GraphicExportFilter.hxx
index 17c18af332f2..e35404250d13 100644
--- a/filter/source/graphic/GraphicExportFilter.hxx
+++ b/filter/source/graphic/GraphicExportFilter.hxx
@@ -28,12 +28,12 @@
#include <cppuhelper/implbase.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace drawing {
class XShapes;
class XShape;
}
-}}}
+}
class GraphicExportFilter :
public cppu::WeakImplHelper < css::document::XFilter, css::document::XExporter, css::lang::XInitialization >
diff --git a/filter/source/msfilter/eschesdo.hxx b/filter/source/msfilter/eschesdo.hxx
index 52bd852146d8..3461a253c2f8 100644
--- a/filter/source/msfilter/eschesdo.hxx
+++ b/filter/source/msfilter/eschesdo.hxx
@@ -89,7 +89,7 @@ public:
// fractions of the Draw PPTWriter
class EscherEx;
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace drawing {
class XDrawPage;
class XShape;
@@ -97,7 +97,7 @@ namespace com { namespace sun { namespace star {
namespace task {
class XStatusIndicator;
}
-}}}
+}
class EscherExHostAppData;
class ImplEESdrWriter
diff --git a/filter/source/xmlfilterdetect/filterdetect.hxx b/filter/source/xmlfilterdetect/filterdetect.hxx
index 77d716387f90..964f32419e31 100644
--- a/filter/source/xmlfilterdetect/filterdetect.hxx
+++ b/filter/source/xmlfilterdetect/filterdetect.hxx
@@ -25,9 +25,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <cppuhelper/implbase.hxx>
-namespace com { namespace sun { namespace star { namespace uno {
+namespace com::sun::star::uno {
class XComponentContext;
-} } } }
+}
class FilterDetect final : public cppu::WeakImplHelper <
css::document::XExtendedFilterDetection,
diff --git a/filter/source/xsltdialog/typedetectionimport.hxx b/filter/source/xsltdialog/typedetectionimport.hxx
index 672ea40e38af..1771eef77e5e 100644
--- a/filter/source/xsltdialog/typedetectionimport.hxx
+++ b/filter/source/xsltdialog/typedetectionimport.hxx
@@ -31,10 +31,10 @@
#include <vector>
#include <stack>
-namespace com { namespace sun { namespace star {
- namespace xml { namespace sax { class XAttributeList; } }
+namespace com::sun::star {
+ namespace xml::sax { class XAttributeList; }
namespace beans { struct PropertyValue; }
-} } }
+}
enum ImportState
{