diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:20:54 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-11 22:27:57 +0900 |
commit | 568039f392c33e5fb328cd67774df11fd5734744 (patch) | |
tree | c171d0b71228a7b66777aa307ed54ad604908c27 | |
parent | f9b5e3d8ce2b1201ff021d70f466d3cb61efd777 (diff) |
removed unused static data
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
-rw-r--r-- | svtools/source/control/toolbarmenuimp.hxx | 1 | ||||
-rw-r--r-- | svtools/source/filter/FilterConfigCache.cxx | 5 | ||||
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 1 | ||||
-rw-r--r-- | svx/source/table/tablecontroller.hxx | 4 |
4 files changed, 0 insertions, 11 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 ); diff --git a/svx/source/table/tablecontroller.hxx b/svx/source/table/tablecontroller.hxx index ed64dceb406b..ea06f17bd4a7 100644 --- a/svx/source/table/tablecontroller.hxx +++ b/svx/source/table/tablecontroller.hxx @@ -45,10 +45,6 @@ class SfxItemSet; namespace sdr { namespace table { -const sal_Int16 SELTYPE_NONE = 0; -const sal_Int16 SELTYPE_MOUSE = 1; -const sal_Int16 SELTYPE_KEYS = 2; - class SVX_DLLPUBLIC SvxTableController: public sdr::SelectionController { public: |