Kaydet (Commit) 0432c531 authored tarafından Takeshi Abe's avatar Takeshi Abe

removed useless static data

üst f4137c8e
...@@ -68,9 +68,6 @@ long nHeaderBarHeight; ...@@ -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; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment