summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-11 22:20:54 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-11 22:27:57 +0900
commit568039f392c33e5fb328cd67774df11fd5734744 (patch)
treec171d0b71228a7b66777aa307ed54ad604908c27 /svtools
parentf9b5e3d8ce2b1201ff021d70f466d3cb61efd777 (diff)
removed unused static data
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/toolbarmenuimp.hxx1
-rw-r--r--svtools/source/filter/FilterConfigCache.cxx5
-rw-r--r--svtools/source/svhtml/parhtml.cxx1
3 files changed, 0 insertions, 7 deletions
diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx
index 9a1cdc1890cc..0b02293d6396 100644
--- a/svtools/source/control/toolbarmenuimp.hxx
+++ b/svtools/source/control/toolbarmenuimp.hxx
@@ -57,7 +57,6 @@ class ToolbarMenuEntry;
typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener > > EventListenerVector;
typedef std::vector< ToolbarMenuEntry * > ToolbarMenuEntryVector;
-const int EXTRAITEMHEIGHT = 0; // 4;
const int SEPARATOR_HEIGHT = 4;
const int TITLE_ID = -1;
const int BORDER_X = 0;
diff --git a/svtools/source/filter/FilterConfigCache.cxx b/svtools/source/filter/FilterConfigCache.cxx
index c7bd37c60548..7a52d8ad8808 100644
--- a/svtools/source/filter/FilterConfigCache.cxx
+++ b/svtools/source/filter/FilterConfigCache.cxx
@@ -169,13 +169,8 @@ void FilterConfigCache::ImplInit()
{
static OUString STYPE ( RTL_CONSTASCII_USTRINGPARAM( "Type" ) );
static OUString SUINAME ( RTL_CONSTASCII_USTRINGPARAM( "UIName" ) );
- static OUString SDOCUMENTSERVICE ( RTL_CONSTASCII_USTRINGPARAM( "DocumentService" ) );
- static OUString SFILTERSERVICE ( RTL_CONSTASCII_USTRINGPARAM( "FilterService" ) );
- static OUString STEMPLATENAME ( RTL_CONSTASCII_USTRINGPARAM( "TemplateName" ) );
- static OUString SFILEFORMATVERSION ( RTL_CONSTASCII_USTRINGPARAM( "FileFormatVersion" ) );
static OUString SUICOMPONENT ( RTL_CONSTASCII_USTRINGPARAM( "UIComponent" ) );
static OUString SFLAGS ( RTL_CONSTASCII_USTRINGPARAM( "Flags" ) );
- static OUString SUSERDATA ( RTL_CONSTASCII_USTRINGPARAM( "UserData" ) );
static OUString SMEDIATYPE ( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) );
static OUString SEXTENSIONS ( RTL_CONSTASCII_USTRINGPARAM( "Extensions" ) );
static OUString SFORMATNAME ( RTL_CONSTASCII_USTRINGPARAM( "FormatName" ) );
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 781b48abee56..1c5b350b4406 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -52,7 +52,6 @@ using namespace ::com::sun::star;
const sal_Int32 MAX_LEN( 1024L );
-const sal_Int32 MAX_MACRO_LEN( 1024 );
const sal_Int32 MAX_ENTITY_LEN( 8L );