summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-20 01:56:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-20 01:57:32 +0900
commit3f7c2623633ccce76cb5523d9dc2a268226b34ab (patch)
treedabb3d3c659512280f7c394831ffd69291fa3e5d
parente0753b7424781d9145af24b653e0a9d5c01a8657 (diff)
removed unused const/static data
-rw-r--r--basctl/source/basicide/bastypes.cxx2
-rw-r--r--basctl/source/dlged/propbrw.cxx5
-rw-r--r--cui/source/customize/cfgutil.cxx6
-rw-r--r--svx/source/form/fmPropBrw.cxx6
-rw-r--r--svx/source/form/tabwin.cxx6
5 files changed, 0 insertions, 25 deletions
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx
index cde8bdc9a2e6..eb079eb8b72d 100644
--- a/basctl/source/basicide/bastypes.cxx
+++ b/basctl/source/basicide/bastypes.cxx
@@ -52,8 +52,6 @@ using ::std::vector;
DBG_NAME( IDEBaseWindow )
-const char* pRegName = "BasicIDETabBar";
-
TYPEINIT0( IDEBaseWindow )
TYPEINIT1( SbxItem, SfxPoolItem );
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 4e1f90f1f1f6..3dddfbc4fa7e 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -102,12 +102,7 @@ const long STD_WIN_SIZE_Y = 350;
const long STD_MIN_SIZE_X = 250;
const long STD_MIN_SIZE_Y = 250;
-const long STD_WIN_POS_X = 50;
-const long STD_WIN_POS_Y = 50;
const long WIN_BORDER = 2;
-const long MIN_WIN_SIZE_X = 50;
-const long MIN_WIN_SIZE_Y = 50;
-
DBG_NAME(PropBrw)
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx
index 932b1fb1c0e6..bb3e085cf42e 100644
--- a/cui/source/customize/cfgutil.cxx
+++ b/cui/source/customize/cfgutil.cxx
@@ -87,12 +87,6 @@ void SfxStylesInfo_Impl::setModel(const ::com::sun::star::uno::Reference< ::com:
m_xDoc = xModel;
}
-static ::rtl::OUString FAMILY_CHARACTERSTYLE (RTL_CONSTASCII_USTRINGPARAM("CharacterStyles") );
-static ::rtl::OUString FAMILY_PARAGRAPHSTYLE (RTL_CONSTASCII_USTRINGPARAM("ParagraphStyles") );
-static ::rtl::OUString FAMILY_FRAMESTYLE (RTL_CONSTASCII_USTRINGPARAM("FrameStyles" ) );
-static ::rtl::OUString FAMILY_PAGESTYLE (RTL_CONSTASCII_USTRINGPARAM("PageStyles" ) );
-static ::rtl::OUString FAMILY_NUMBERINGSTYLE (RTL_CONSTASCII_USTRINGPARAM("NumberingStyles") );
-
static ::rtl::OUString CMDURL_SPART (RTL_CONSTASCII_USTRINGPARAM(".uno:StyleApply?Style:string=") );
static ::rtl::OUString CMDURL_FPART2 (RTL_CONSTASCII_USTRINGPARAM("&FamilyName:string=") );
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index 2600f5d6d483..a355e819e56d 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -109,12 +109,6 @@ const long STD_WIN_SIZE_Y = 350;
const long STD_MIN_SIZE_X = 250;
const long STD_MIN_SIZE_Y = 250;
-const long STD_WIN_POS_X = 50;
-const long STD_WIN_POS_Y = 50;
-const long WIN_BORDER = 2;
-const long MIN_WIN_SIZE_X = 50;
-const long MIN_WIN_SIZE_Y = 50;
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::form;
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index b63eb0e0cbf5..7948ad37d156 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -63,15 +63,9 @@
#include <sfx2/frame.hxx>
#include <svx/dataaccessdescriptor.hxx>
-const long STD_WIN_POS_X = 50;
-const long STD_WIN_POS_Y = 50;
-
const long STD_WIN_SIZE_X = 120;
const long STD_WIN_SIZE_Y = 150;
-const long MIN_WIN_SIZE_X = 50;
-const long MIN_WIN_SIZE_Y = 50;
-
const long LISTBOX_BORDER = 2;
using namespace ::com::sun::star::sdbc;