[Libreoffice-commits] .: 2 commits - basctl/source

Takeshi Abe tabe at kemper.freedesktop.org
Mon Apr 16 13:28:45 PDT 2012


 basctl/source/basicide/baside2.cxx  |    2 --
 basctl/source/basicide/baside2.hxx  |    2 --
 basctl/source/basicide/baside2b.cxx |    3 ---
 basctl/source/basicide/basidesh.cxx |    4 ----
 basctl/source/basicide/ide_pch.hxx  |    4 ----
 basctl/source/basicide/iderdll.cxx  |    2 --
 6 files changed, 17 deletions(-)

New commits:
commit 0432c53149b82ffc66a9992707db0962ff05299c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Apr 17 05:14:21 2012 +0900

    removed useless static data

diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index ef67435..ebb67bf 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -68,9 +68,6 @@ long nHeaderBarHeight;
 
 static const char cSuffixes[] = "%&!#@$";
 
-MapUnit eEditMapUnit = MAP_100TH_MM;
-
-
 /**
  * Helper functions to get/set text in TextEngine using
  * the stream interface.
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 5e5cec7..a2f9a18 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -70,8 +70,6 @@ using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star;
 using ::rtl::OUString;
 
-static const rtl::OUString sStandardLibName( RTL_CONSTASCII_USTRINGPARAM("Standard"));
-
 typedef ::cppu::WeakImplHelper1< container::XContainerListener > ContainerListenerBASE;
 
 class ContainerListenerImpl : public ContainerListenerBASE
commit f4137c8e457b3f07ccb9292f6315e022d1e713ed
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Apr 17 05:13:29 2012 +0900

    removed unused defines

diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx
index ce6a140..3e18278 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 8adbe15..a274eec 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 02e10c2..5e5cec7 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 a7eb874..11e21f0 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 c8da69e..9ec5001 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>
 


More information about the Libreoffice-commits mailing list