summaryrefslogtreecommitdiff
path: root/filter/source/config
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 18:14:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-16 20:31:01 +0200
commit079ebdc3fd8413d3ab4d254d7576500a9547965f (patch)
tree5523bcc495287ec595ee9fd37aeafbb9f1634354 /filter/source/config
parent5087a64842b3e4c96905cc8a9304ec0154ea0d11 (diff)
compact namespace: editeng-filter
Change-Id: I240bff8de9489d3c0c9c9be6b31ce7e15661bff8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98922 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/config')
-rw-r--r--filter/source/config/cache/basecontainer.hxx6
-rw-r--r--filter/source/config/cache/cacheitem.hxx6
-rw-r--r--filter/source/config/cache/cacheupdatelistener.hxx6
-rw-r--r--filter/source/config/cache/configflush.hxx6
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx6
-rw-r--r--filter/source/config/cache/filtercache.hxx6
-rw-r--r--filter/source/config/cache/filterfactory.hxx6
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx6
-rw-r--r--filter/source/config/cache/querytokenizer.hxx6
9 files changed, 18 insertions, 36 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index 8cead06c302d..7ba811ccc060 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -34,8 +34,7 @@
#include <rtl/ustring.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short implements the interface css::container::XNameContainer
@@ -257,8 +256,7 @@ class BaseContainer : public BaseLock
virtual void SAL_CALL removeFlushListener(const css::uno::Reference< css::util::XFlushListener >& xListener) override;
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_BASECONTAINER_HXX
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index ed359bdab893..aeaaf3a83afb 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -28,8 +28,7 @@
#include <osl/mutex.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short Must be used as first derived base class
@@ -188,8 +187,7 @@ struct FlatDetectionInfo
typedef ::std::vector< FlatDetectionInfo > FlatDetection;
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEITEM_HXX
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index 2ac4f9f3beb9..714e4016ba51 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -24,8 +24,7 @@
#include <cppuhelper/implbase.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short implements a listener, which will update the
@@ -108,8 +107,7 @@ class CacheUpdateListener : public BaseLock // must be the first one to guarante
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent) override;
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEUPDATELISTENER_HXX
diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx
index 5b2e2a31d270..179d59d74ff6 100644
--- a/filter/source/config/cache/configflush.hxx
+++ b/filter/source/config/cache/configflush.hxx
@@ -27,8 +27,7 @@
#include <cppuhelper/implbase.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short supports registration of XRefreshListener
@@ -93,8 +92,7 @@ class ConfigFlush final : public BaseLock
static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONFIGFLUSH_HXX
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index 9836ad003f6b..bc6f17ba4b45 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -25,8 +25,7 @@
#include <cppuhelper/implbase.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short implements the service <type scope="com.sun.star.document">ContentHandlerFactory</type>.
@@ -96,8 +95,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper< BaseContaine
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONTENTHANDLERFACTORY_HXX
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 6b99a0781f0c..243c192a8072 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -35,8 +35,7 @@
#include <rtl/ustring.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
class CacheUpdateListener;
@@ -937,8 +936,7 @@ class FilterCache : public BaseLock
struct TheFilterCache: public rtl::Static<FilterCache, TheFilterCache> {};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERCACHE_HXX
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index 93588762797e..77d1b426d08e 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -26,8 +26,7 @@
#include <cppuhelper/implbase.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short implements the service <type scope="com.sun.star.document">FilterFactory</type>.
@@ -132,8 +131,7 @@ class FilterFactory : public ::cppu::ImplInheritanceHelper< BaseContainer
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERFACTORY_HXX
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index 1c2d9cc2822e..a1aa859e1555 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -25,8 +25,7 @@
#include <cppuhelper/implbase.hxx>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short implements the service <type scope="com.sun.star.document">FrameLoaderFactory</type>.
@@ -95,8 +94,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper< BaseContainer
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FRAMELOADERFACTORY_HXX
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index ca9cf09880bc..f5dbf7623650 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -24,8 +24,7 @@
#include <unordered_map>
-namespace filter{
- namespace config{
+namespace filter::config {
/** @short It can be used to split any query string (which can be used at the
@@ -89,8 +88,7 @@ class QueryTokenizer : public std::unordered_map< OUString, OUString >
bool valid() const;
};
- } // namespace config
-} // namespace filter
+} // namespace filter::config
#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_QUERYTOKENIZER_HXX