summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/config/cache/basecontainer.cxx4
-rw-r--r--filter/source/config/cache/basecontainer.hxx4
-rw-r--r--filter/source/config/cache/cacheitem.cxx4
-rw-r--r--filter/source/config/cache/cacheitem.hxx4
-rw-r--r--filter/source/config/cache/cacheupdatelistener.cxx4
-rw-r--r--filter/source/config/cache/cacheupdatelistener.hxx4
-rw-r--r--filter/source/config/cache/configflush.cxx4
-rw-r--r--filter/source/config/cache/configflush.hxx4
-rw-r--r--filter/source/config/cache/contenthandlerfactory.cxx4
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx4
-rw-r--r--filter/source/config/cache/filtercache.cxx4
-rw-r--r--filter/source/config/cache/filtercache.hxx4
-rw-r--r--filter/source/config/cache/filterfactory.cxx4
-rw-r--r--filter/source/config/cache/filterfactory.hxx4
-rw-r--r--filter/source/config/cache/frameloaderfactory.cxx4
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx4
-rw-r--r--filter/source/config/cache/lateinitlistener.cxx4
-rw-r--r--filter/source/config/cache/lateinitlistener.hxx4
-rw-r--r--filter/source/config/cache/querytokenizer.cxx3
-rw-r--r--filter/source/config/cache/querytokenizer.hxx4
-rw-r--r--filter/source/config/cache/registration.cxx4
-rw-r--r--filter/source/config/cache/typedetection.cxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx4
-rw-r--r--filter/source/config/tools/split/Splitter.java3
24 files changed, 0 insertions, 92 deletions
diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx
index 87685ee74d38..c7fdc8312047 100644
--- a/filter/source/config/cache/basecontainer.cxx
+++ b/filter/source/config/cache/basecontainer.cxx
@@ -36,8 +36,6 @@
#include <osl/diagnose.h>
#include <rtl/instance.hxx>
-//_______________________________________________
-// namespace
#define LOAD_IMPLICIT
@@ -46,8 +44,6 @@ namespace css = ::com::sun::star;
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
namespace
{
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index 8354b126b35f..dd07cc602170 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -42,14 +42,10 @@
#include <cppuhelper/weakref.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/cacheitem.cxx b/filter/source/config/cache/cacheitem.cxx
index 70108020886d..d323334ec60c 100644
--- a/filter/source/config/cache/cacheitem.cxx
+++ b/filter/source/config/cache/cacheitem.cxx
@@ -35,16 +35,12 @@
#include <com/sun/star/beans/PropertyValue.hpp>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 975434c3125f..66742da7c7f2 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -40,16 +40,12 @@
#include <comphelper/sequenceashashmap.hxx>
#include <osl/mutex.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
/** @short Must be used as first derived base class
to get a full initialized mutex member,
diff --git a/filter/source/config/cache/cacheupdatelistener.cxx b/filter/source/config/cache/cacheupdatelistener.cxx
index b7f794d451d5..03fb98ee3b12 100644
--- a/filter/source/config/cache/cacheupdatelistener.cxx
+++ b/filter/source/config/cache/cacheupdatelistener.cxx
@@ -36,16 +36,12 @@
#include <unotools/configpaths.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/cacheupdatelistener.hxx b/filter/source/config/cache/cacheupdatelistener.hxx
index 0c51f30fe14a..ba0d60b0b784 100644
--- a/filter/source/config/cache/cacheupdatelistener.hxx
+++ b/filter/source/config/cache/cacheupdatelistener.hxx
@@ -35,14 +35,10 @@
#include <salhelper/singletonref.hxx>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/configflush.cxx b/filter/source/config/cache/configflush.cxx
index d8ef4321463a..95b66c7a0299 100644
--- a/filter/source/config/cache/configflush.cxx
+++ b/filter/source/config/cache/configflush.cxx
@@ -32,16 +32,12 @@
#include <osl/diagnose.h>
-//_______________________________________________
-// namespace
namespace css = ::com::sun::star;
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
//-----------------------------------------------
ConfigFlush::ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx
index 8bbe26619b5d..df1c3b12740a 100644
--- a/filter/source/config/cache/configflush.hxx
+++ b/filter/source/config/cache/configflush.hxx
@@ -25,14 +25,10 @@
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/contenthandlerfactory.cxx b/filter/source/config/cache/contenthandlerfactory.cxx
index 2aa7fcd50a16..6f357b6942bd 100644
--- a/filter/source/config/cache/contenthandlerfactory.cxx
+++ b/filter/source/config/cache/contenthandlerfactory.cxx
@@ -36,16 +36,12 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/enumhelper.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index 891bb61ae2e5..4f37e73022fa 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -25,16 +25,12 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index bbb879e5d239..bab9201f4d7f 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -61,16 +61,12 @@
#include <comphelper/configurationhelper.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
// Error message in case filter config seems to be corrupted.
// Note: Dont tell user something about "setup -repair"!
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 11b2265c8e38..e47fe7430ab8 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -43,16 +43,12 @@
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
class CacheUpdateListener;
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx
index bcd0a70dbdf2..cb09da6c94ad 100644
--- a/filter/source/config/cache/filterfactory.cxx
+++ b/filter/source/config/cache/filterfactory.cxx
@@ -37,16 +37,12 @@
#include <comphelper/configurationhelper.hxx>
#include <rtl/ustrbuf.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
/** @short can be used to query for filters related to its application module.
*/
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index 7dd9f34629b6..6e912eb032e4 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -26,16 +26,12 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/frameloaderfactory.cxx b/filter/source/config/cache/frameloaderfactory.cxx
index 38f15cec445c..12a91870d007 100644
--- a/filter/source/config/cache/frameloaderfactory.cxx
+++ b/filter/source/config/cache/frameloaderfactory.cxx
@@ -35,16 +35,12 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <comphelper/enumhelper.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index 391ad347e37a..c1fc76c50f50 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -25,16 +25,12 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/lateinitlistener.cxx b/filter/source/config/cache/lateinitlistener.cxx
index 4a4cddb52821..78bb3ec92104 100644
--- a/filter/source/config/cache/lateinitlistener.cxx
+++ b/filter/source/config/cache/lateinitlistener.cxx
@@ -34,16 +34,12 @@
#include "lateinitlistener.hxx"
#include "lateinitthread.hxx"
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/lateinitlistener.hxx b/filter/source/config/cache/lateinitlistener.hxx
index 22c5a1c255a4..2549dfbdc9f1 100644
--- a/filter/source/config/cache/lateinitlistener.hxx
+++ b/filter/source/config/cache/lateinitlistener.hxx
@@ -27,14 +27,10 @@
#include <com/sun/star/document/XEventBroadcaster.hpp>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/cache/querytokenizer.cxx b/filter/source/config/cache/querytokenizer.cxx
index 86839a3892c8..c66eba767c9a 100644
--- a/filter/source/config/cache/querytokenizer.cxx
+++ b/filter/source/config/cache/querytokenizer.cxx
@@ -29,13 +29,10 @@
#include "querytokenizer.hxx"
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index ee8d7ad0be30..3793b94c1480 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -32,14 +32,10 @@
#include <boost/unordered_map.hpp>
#include <rtl/ustring.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
/** @short It can be used to split any query string (which can be used at the
related interface <type scope="com::sun::star::container">XContainerQuery</type>)
diff --git a/filter/source/config/cache/registration.cxx b/filter/source/config/cache/registration.cxx
index f74d704dc651..17967f4c2b3b 100644
--- a/filter/source/config/cache/registration.cxx
+++ b/filter/source/config/cache/registration.cxx
@@ -36,14 +36,10 @@
#include "frameloaderfactory.hxx"
#include "configflush.hxx"
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
-//_______________________________________________
-// definitions
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL
filterconfig1_component_getFactory( const sal_Char* pImplementationName,
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index aa22089539fc..51badc95ab7d 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -43,8 +43,6 @@
#include <unotools/localfilehelper.hxx>
#include <comphelper/componentcontext.hxx>
-//_______________________________________________
-// namespace
namespace filter{
namespace config{
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index ad0ef61906bb..97a2252a49f2 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -34,15 +34,11 @@
#include <comphelper/mediadescriptor.hxx>
#include <cppuhelper/implbase1.hxx>
-//_______________________________________________
-// namespace
namespace filter{ namespace config {
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
//_______________________________________________
diff --git a/filter/source/config/tools/split/Splitter.java b/filter/source/config/tools/split/Splitter.java
index d1ac91f3a775..88607f07d08f 100644
--- a/filter/source/config/tools/split/Splitter.java
+++ b/filter/source/config/tools/split/Splitter.java
@@ -35,9 +35,6 @@ import com.sun.star.filter.config.tools.utils.*;
public class Splitter
{
//___________________________________________
- // const
-
- //___________________________________________
// member
/** contains all real member of this instance.