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 /svl | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/dateitem.cxx | 1 | ||||
-rw-r--r-- | svl/source/items/lckbitem.cxx | 5 | ||||
-rw-r--r-- | svl/source/memtools/svarray.cxx | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/svl/source/items/dateitem.cxx b/svl/source/items/dateitem.cxx index 8d06d45e98df..6a8f87854361 100644 --- a/svl/source/items/dateitem.cxx +++ b/svl/source/items/dateitem.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#define _DATETIMEITEM_CXX #include <svl/dateitem.hxx> #include <svl/svl.hrc> diff --git a/svl/source/items/lckbitem.cxx b/svl/source/items/lckbitem.cxx index 6936c654fead..8319a44c4e84 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -26,17 +26,12 @@ * ************************************************************************/ - -#define _LCKBITEM_CXX #include <svl/lckbitem.hxx> #include <svl/poolitem.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <tools/cachestr.hxx> -// STATIC DATA ----------------------------------------------------------- - - // ----------------------------------------------------------------------- TYPEINIT1_AUTOFACTORY(SfxLockBytesItem, SfxPoolItem); diff --git a/svl/source/memtools/svarray.cxx b/svl/source/memtools/svarray.cxx index 3d01bea9aec1..f2883292dc93 100644 --- a/svl/source/memtools/svarray.cxx +++ b/svl/source/memtools/svarray.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ -#define _SVSTDARR_STRINGSDTOR -#define _SVSTDARR_STRINGSSORTDTOR - #include <svl/svstdarr.hxx> #include <tools/debug.hxx> |