removed useless static data
This commit is contained in:
@@ -68,9 +68,6 @@ long nHeaderBarHeight;
|
|||||||
|
|
||||||
static const char cSuffixes[] = "%&!#@$";
|
static const char cSuffixes[] = "%&!#@$";
|
||||||
|
|
||||||
MapUnit eEditMapUnit = MAP_100TH_MM;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper functions to get/set text in TextEngine using
|
* Helper functions to get/set text in TextEngine using
|
||||||
* the stream interface.
|
* the stream interface.
|
||||||
|
@@ -70,8 +70,6 @@ using namespace ::com::sun::star::uno;
|
|||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
using ::rtl::OUString;
|
using ::rtl::OUString;
|
||||||
|
|
||||||
static const rtl::OUString sStandardLibName( RTL_CONSTASCII_USTRINGPARAM("Standard"));
|
|
||||||
|
|
||||||
typedef ::cppu::WeakImplHelper1< container::XContainerListener > ContainerListenerBASE;
|
typedef ::cppu::WeakImplHelper1< container::XContainerListener > ContainerListenerBASE;
|
||||||
|
|
||||||
class ContainerListenerImpl : public ContainerListenerBASE
|
class ContainerListenerImpl : public ContainerListenerBASE
|
||||||
|
Reference in New Issue
Block a user