diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:18:26 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:13 +0200 |
commit | c064aad68b8b6e8579b53c9a86b73f43a6d2e3b8 (patch) | |
tree | b95c3d25652774d4d5dbf12775b4a8112d5c947b /basctl/source/basicide | |
parent | 1e322b7f260f6633b53859824ab76804b1dc907a (diff) |
Remove unused header guards and options
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 8 | ||||
-rw-r--r-- | basctl/source/basicide/basides1.cxx | 6 | ||||
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 3 | ||||
-rw-r--r-- | basctl/source/basicide/basides3.cxx | 4 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 7 | ||||
-rw-r--r-- | basctl/source/basicide/bastype2.hxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/bastype3.cxx | 2 |
7 files changed, 0 insertions, 31 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 27637dfe9385..4faa668476a7 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -17,14 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _SDR_NOITEMS -#define _SDR_NOTOUCH -#define _SDR_NOTRANSFORM -#define _SDR_NOOBJECTS -#define _SDR_NOVIEWMARKER -#define _SDR_NODRAGMETHODS -#define _SDR_NOXOUTDEV - #include "basidesh.hrc" #include "helpid.hrc" diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx index 321560cd89f6..b0f886531897 100644 --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx @@ -19,12 +19,6 @@ #define _SOLAR__PRIVATE 1 -#define SI_NOCONTROL -#define SI_NOSBXCONTROLS -#define SI_NOITEMS -#define SI_NODRW -#define _VCTRLS_HXX - #include "basidesh.hrc" #include "helpid.hrc" diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 93351df3fdf6..c4ce84e85b7e 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -19,9 +19,6 @@ #include "docsignature.hxx" -#define SI_NOCONTROL -#define SI_NOSBXCONTROLS - #include <basic/sbx.hxx> #include "basicrenderable.hxx" diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx index 668cbc6541a0..61ef6bab4b8d 100644 --- a/basctl/source/basicide/basides3.cxx +++ b/basctl/source/basicide/basides3.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#define SI_NOCONTROL -#define SI_NOSBXCONTROLS - #include <basidesh.hrc> #define _SOLAR__PRIVATE 1 diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 23a166724245..8144b1718d01 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -19,13 +19,6 @@ // CLOOKS: #define _SPIN_HXX -#define _PRVWIN_HXX -#define _DIALOGS_HXX -#define _SVRTF_HXX -#define _ISETBRW_HXX -#define _VCTRLS_HXX -#define SI_NOCONTROL -#define SI_NOSBXCONTROLS #define _SOLAR__PRIVATE 1 #include <tools/diagnose_ex.h> diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx index bf60e2927438..5a3374d5a321 100644 --- a/basctl/source/basicide/bastype2.hxx +++ b/basctl/source/basicide/bastype2.hxx @@ -24,7 +24,6 @@ #include <memory> #include "tools/solar.h" -#define _SVICNVW_HXX #include <svtools/svtreebx.hxx> #include <svl/lstner.hxx> #include <basic/sbstar.hxx> diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx index 9b1881632067..7ae2c5d61cd5 100644 --- a/basctl/source/basicide/bastype3.cxx +++ b/basctl/source/basicide/bastype3.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _SI_NOSBXCONTROLS - #include <basic/basmgr.hxx> #include <basic/sbmod.hxx> #include <basic/sbx.hxx> |