summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-17 05:13:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-17 05:15:06 +0900
commitf4137c8e457b3f07ccb9292f6315e022d1e713ed (patch)
treefa96b2f25ac49fb342523bf9a5c118255616148e /basctl
parent8bfee2c0eb6fcec49d05562bf1cb945356a4180e (diff)
removed unused defines
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.cxx2
-rw-r--r--basctl/source/basicide/baside2.hxx2
-rw-r--r--basctl/source/basicide/basidesh.cxx2
-rw-r--r--basctl/source/basicide/ide_pch.hxx4
-rw-r--r--basctl/source/basicide/iderdll.cxx2
5 files changed, 0 insertions, 12 deletions
diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index ce6a14043078..3e1827859727 100644
--- a/basctl/source/basicide/baside2.cxx
+++ b/basctl/source/basicide/baside2.cxx
@@ -62,8 +62,6 @@ using namespace ::com::sun::star::uno;
#define BMARGPRN 1000
#define BORDERPRN 300
-#define APPWAIT_START 100
-
#define VALIDWINDOW 0x1234
#if defined(OW) || defined(MTF)
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 8adbe15105d6..a274eec81803 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -318,8 +318,6 @@ public:
};
-#define SYNTAX_COLOR_MAX 5
-
class ModulWindow: public IDEBaseWindow
{
friend class BasicIDEShell;
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 02e10c2fb120..5e5cec7685c5 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -36,8 +36,6 @@
#define SI_NOCONTROL
#define SI_NOSBXCONTROLS
-#define ITEMID_SIZE 0
-
// if without PCH's:
#include <ide_pch.hxx>
diff --git a/basctl/source/basicide/ide_pch.hxx b/basctl/source/basicide/ide_pch.hxx
index a7eb874e920d..11e21f026140 100644
--- a/basctl/source/basicide/ide_pch.hxx
+++ b/basctl/source/basicide/ide_pch.hxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-#define ITEMID_SEARCH 0
-#define ITEMID_SIZE 0
-
-//#include <vcl/msgbox.hxx>
#include <svl/aeitem.hxx>
#include <svl/whiter.hxx>
#include <svl/intitem.hxx>
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index c8da69e0b799..9ec500143094 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -52,8 +52,6 @@
#include <basicmod.hxx>
#include <propbrw.hxx>
-
-#define ITEMID_SEARCH 0
#include <svl/srchitem.hxx>
#include <com/sun/star/script/XLibraryContainerPassword.hpp>