removed useless static data

This commit is contained in:
Takeshi Abe
2012-04-17 05:14:21 +09:00
parent f4137c8e45
commit 0432c53149
2 changed files with 0 additions and 5 deletions

View File

@@ -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.

View File

@@ -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