diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:03:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | b63027f0992cf5c368faeb807c69110997dd00ea (patch) | |
tree | 1a4a7cc3815b5414022c7e93d40de98e59f75bfe /sot | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/base/exchange.cxx | 2 | ||||
-rw-r--r-- | sot/source/base/factory.cxx | 4 | ||||
-rw-r--r-- | sot/source/base/object.cxx | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sot/source/base/exchange.cxx b/sot/source/base/exchange.cxx index 99b2bc50e5ea..69164b07eff3 100644 --- a/sot/source/base/exchange.cxx +++ b/sot/source/base/exchange.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _SOT_EXCHANGE_CXX -#define SOT_STRING_LIST #define _SOT_FORMATS_INCLUDE_SYSTEMFORMATS #include <tools/debug.hxx> #include <tools/solar.h> diff --git a/sot/source/base/factory.cxx b/sot/source/base/factory.cxx index 17440b357402..783568308912 100644 --- a/sot/source/base/factory.cxx +++ b/sot/source/base/factory.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#define _SOT_FACTORY_CXX -#define SOT_STRING_LIST - #include <sot/factory.hxx> #include <tools/debug.hxx> #include <tools/string.hxx> diff --git a/sot/source/base/object.cxx b/sot/source/base/object.cxx index a4670c5a3fa5..3264015d21f6 100644 --- a/sot/source/base/object.cxx +++ b/sot/source/base/object.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#define _SOT_OBJECT_CXX - #include <sot/object.hxx> #include <sot/factory.hxx> |