summaryrefslogtreecommitdiff
path: root/filter/source/config
diff options
context:
space:
mode:
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/constant.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/lateinitlistener.hxx6
-rw-r--r--filter/source/config/cache/macros.hxx6
-rw-r--r--filter/source/config/cache/querytokenizer.hxx6
-rw-r--r--filter/source/config/cache/typedetection.hxx6
-rw-r--r--filter/source/config/cache/versions.hxx6
14 files changed, 42 insertions, 42 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index 2a6510d72734..743bf9db1b88 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_BASECONTAINER_HXX_
-#define __FILTER_CONFIG_BASECONTAINER_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_BASECONTAINER_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_BASECONTAINER_HXX
#include "filtercache.hxx"
#include <com/sun/star/uno/Exception.hpp>
@@ -296,6 +296,6 @@ class BaseContainer : public BaseLock
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_BASECONTAINER_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_BASECONTAINER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 1dcfcbc154ee..8480e516404c 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_CACHEITEM_HXX_
-#define __FILTER_CONFIG_CACHEITEM_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEITEM_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEITEM_HXX
#include <boost/unordered_map.hpp>
#include <deque>
@@ -228,6 +228,6 @@ typedef ::std::list< FlatDetectionInfo > FlatDetection;
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_CACHEITEM_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index 35fcb4d25565..bd0f34dd16ef 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_CACHEUPDATELISTENER_HXX_
-#define __FILTER_CONFIG_CACHEUPDATELISTENER_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEUPDATELISTENER_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEUPDATELISTENER_HXX
#include "filtercache.hxx"
#include <com/sun/star/lang/XEventListener.hpp>
@@ -120,6 +120,6 @@ class CacheUpdateListener : public BaseLock // must be the first one to guarante
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_CACHEUPDATELISTENER_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CACHEUPDATELISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx
index a7381493ba85..664d979fb608 100644
--- a/filter/source/config/cache/configflush.hxx
+++ b/filter/source/config/cache/configflush.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_CONFIGFLUSH_HXX_
-#define __FILTER_CONFIG_CONFIGFLUSH_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONFIGFLUSH_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONFIGFLUSH_HXX
#include "cacheitem.hxx"
#include <com/sun/star/util/XRefreshable.hpp>
@@ -110,6 +110,6 @@ class ConfigFlush : public BaseLock
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_CONFIGFLUSH_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONFIGFLUSH_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/constant.hxx b/filter/source/config/cache/constant.hxx
index 2061ae200dc0..1cab3ce6c775 100644
--- a/filter/source/config/cache/constant.hxx
+++ b/filter/source/config/cache/constant.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FILTER_CONFIG_CONSTANT_HXX_
-#define _FILTER_CONFIG_CONSTANT_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONSTANT_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONSTANT_HXX
#include "macros.hxx"
@@ -181,6 +181,6 @@
#define QUERY_PARAM_DEFAULTFIRST _FILTER_CONFIG_FROM_ASCII_("default_first")
#define QUERY_CONSTVALUE_ALL _FILTER_CONFIG_FROM_ASCII_("all")
-#endif // _FILTER_CONFIG_CONSTANT_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONSTANT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index 22ed773898ef..aaf300c64bd6 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_CONTENTHANDLERFACTORY_HXX_
-#define __FILTER_CONFIG_CONTENTHANDLERFACTORY_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONTENTHANDLERFACTORY_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONTENTHANDLERFACTORY_HXX
#include "basecontainer.hxx"
#include <com/sun/star/frame/XLoaderFactory.hpp>
@@ -151,6 +151,6 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper1< BaseContain
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_CONTENTHANDLERFACTORY_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_CONTENTHANDLERFACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index e1f2a8c77f81..591b24331ef0 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_FILTERCACHE_HXX_
-#define __FILTER_CONFIG_FILTERCACHE_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERCACHE_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERCACHE_HXX
#include "cacheitem.hxx"
#include <com/sun/star/uno/Exception.hpp>
@@ -1041,6 +1041,6 @@ class FilterCache : public BaseLock
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_FILTERCACHE_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERCACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index 9d4697732ae9..befb2052f804 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_FILTERFACTORY_HXX_
-#define __FILTER_CONFIG_FILTERFACTORY_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERFACTORY_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERFACTORY_HXX
#include "basecontainer.hxx"
#include "querytokenizer.hxx"
@@ -194,6 +194,6 @@ class FilterFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_FILTERFACTORY_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FILTERFACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index 96623511aa6f..dcf7135e62f4 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_
-#define __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FRAMELOADERFACTORY_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FRAMELOADERFACTORY_HXX
#include "basecontainer.hxx"
#include <com/sun/star/frame/XLoaderFactory.hpp>
@@ -149,6 +149,6 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_FRAMELOADERFACTORY_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_FRAMELOADERFACTORY_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/lateinitlistener.hxx b/filter/source/config/cache/lateinitlistener.hxx
index b2e49eb0c707..3d6bea78c244 100644
--- a/filter/source/config/cache/lateinitlistener.hxx
+++ b/filter/source/config/cache/lateinitlistener.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_LATEINITLISTENER_HXX_
-#define __FILTER_CONFIG_LATEINITLISTENER_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_LATEINITLISTENER_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_LATEINITLISTENER_HXX
#include "cacheitem.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -103,6 +103,6 @@ class LateInitListener : public BaseLock // must be the first one to guarantee r
} // namespace config
} // namespace filter
-#endif // __FILTER_CONFIG_LATEINITLISTENER_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_LATEINITLISTENER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/macros.hxx b/filter/source/config/cache/macros.hxx
index 4c7c84a9bfc2..fe580eb67eb8 100644
--- a/filter/source/config/cache/macros.hxx
+++ b/filter/source/config/cache/macros.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FILTER_CONFIG_MACROS_HXX_
-#define _FILTER_CONFIG_MACROS_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_MACROS_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_MACROS_HXX
//_______________________________________________
@@ -42,6 +42,6 @@
#define _FILTER_CONFIG_LOG_1_(FORMAT, ARG1)
#define _FILTER_CONFIG_LOG_2_(FORMAT, ARG1, ARG2)
-#endif // _FILTER_CONFIG_MACROS_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_MACROS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index b1ef32642e35..23db8ee5a9ef 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FILTER_CONFIG_QUERYTOKENIZER_HXX_
-#define _FILTER_CONFIG_QUERYTOKENIZER_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_QUERYTOKENIZER_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_QUERYTOKENIZER_HXX
#include <boost/unordered_map.hpp>
#include <rtl/ustring.hxx>
@@ -97,6 +97,6 @@ class QueryTokenizer : public ::boost::unordered_map< OUString
} // namespace config
} // namespace filter
-#endif // _FILTER_CONFIG_QUERYTOKENIZER_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_QUERYTOKENIZER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index f885e60eff85..f7f75dbfd38a 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FILTER_CONFIG_TYPEDETECTION_HXX_
-#define __FILTER_CONFIG_TYPEDETECTION_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_TYPEDETECTION_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_TYPEDETECTION_HXX
#include "basecontainer.hxx"
#include <com/sun/star/document/XTypeDetection.hpp>
@@ -381,6 +381,6 @@ public:
}}
-#endif // __FILTER_CONFIG_TYPEDETECTION_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_TYPEDETECTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/config/cache/versions.hxx b/filter/source/config/cache/versions.hxx
index 18bea02ea221..8adf7ca143ea 100644
--- a/filter/source/config/cache/versions.hxx
+++ b/filter/source/config/cache/versions.hxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FILTER_CONFIG_VERSIONS_HXX_
-#define _FILTER_CONFIG_VERSIONS_HXX_
+#ifndef INCLUDED_FILTER_SOURCE_CONFIG_CACHE_VERSIONS_HXX
+#define INCLUDED_FILTER_SOURCE_CONFIG_CACHE_VERSIONS_HXX
//_______________________________________________
#define _FILTER_CONFIG_MIGRATION_Q_ // useful for migration time, to support some old functionality temp. :-)
-#endif // _FILTER_CONFIG_VERSIONS_HXX_
+#endif // INCLUDED_FILTER_SOURCE_CONFIG_CACHE_VERSIONS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */