diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-09 00:27:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-09 00:29:23 +0300 |
commit | 1817936b282af280b7536ba1f925c58b56e1fbd4 (patch) | |
tree | d80f06e848529feb2310304fc9f28927dd423bbf /framework/inc/classes | |
parent | 49e9145d71503ba0002e70372677604e5cd03130 (diff) |
Bin unused remains of framework's own "debug framework"
Change-Id: I71937debf674ff11173d7d8fa5aa43dc12234ce6
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/checkediterator.hxx | 2 | ||||
-rw-r--r-- | framework/inc/classes/filtercachedata.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/menumanager.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/propertysethelper.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/protocolhandlercache.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/taskcreator.hxx | 1 | ||||
-rw-r--r-- | framework/inc/classes/wildcard.hxx | 2 |
8 files changed, 0 insertions, 10 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx index be73d210342f..241e1e77d044 100644 --- a/framework/inc/classes/checkediterator.hxx +++ b/framework/inc/classes/checkediterator.hxx @@ -20,8 +20,6 @@ #ifndef __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_ #define __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_ -#include <macros/debug.hxx> - #include <sal/types.h> #include <iterator> diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx index 4d4ff21f8ac3..809cc00a5950 100644 --- a/framework/inc/classes/filtercachedata.hxx +++ b/framework/inc/classes/filtercachedata.hxx @@ -32,7 +32,6 @@ #include <classes/converter.hxx> #include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> -#include <macros/debug.hxx> #include <general.h> #include <com/sun/star/uno/Sequence.hxx> diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index 2b1a5d7f1569..0fddd0f8945a 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -30,7 +30,6 @@ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/transactionbase.hxx> -#include <macros/debug.hxx> #include <general.h> #include <com/sun/star/frame/XFrame.hpp> diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index 532471a45811..f849c28b11f9 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -33,7 +33,6 @@ #include <vcl/accel.hxx> #include <cppuhelper/implbase1.hxx> #include <threadhelp/threadhelpbase.hxx> -#include <macros/debug.hxx> namespace framework { diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx index 2bc41094e55f..72883565140a 100644 --- a/framework/inc/classes/propertysethelper.hxx +++ b/framework/inc/classes/propertysethelper.hxx @@ -22,7 +22,6 @@ #include <threadhelp/threadhelpbase.hxx> #include <threadhelp/transactionbase.hxx> -#include <macros/debug.hxx> #include <general.h> #include <stdtypes.h> diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index 109bddeb28bc..86227cc3f9cc 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -22,7 +22,6 @@ #include <general.h> #include <stdtypes.h> -#include <macros/debug.hxx> #include <com/sun/star/util/URL.hpp> diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx index 4a297f96d6cf..88496284b108 100644 --- a/framework/inc/classes/taskcreator.hxx +++ b/framework/inc/classes/taskcreator.hxx @@ -22,7 +22,6 @@ #include <threadhelp/threadhelpbase.hxx> #include <macros/generic.hxx> -#include <macros/debug.hxx> #include <general.h> #include <com/sun/star/frame/XFramesSupplier.hpp> diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx index 24cd0782cc50..028aff44ce5d 100644 --- a/framework/inc/classes/wildcard.hxx +++ b/framework/inc/classes/wildcard.hxx @@ -20,8 +20,6 @@ #ifndef __FRAMEWORK_CLASSES_WILDCARD_HXX_ #define __FRAMEWORK_CLASSES_WILDCARD_HXX_ -#include <macros/debug.hxx> - #include <rtl/ustring.hxx> namespace framework{ |