diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-17 05:14:21 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-17 05:15:07 +0900 |
commit | 0432c53149b82ffc66a9992707db0962ff05299c (patch) | |
tree | 05a03fa2cccef4440219ca176f2faaea59f55ec7 /basctl | |
parent | f4137c8e457b3f07ccb9292f6315e022d1e713ed (diff) |
removed useless static data
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 3 | ||||
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index ef6743536aca..ebb67bfb641c 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 5e5cec7685c5..a2f9a18c5903 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 |