summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-22 05:08:10 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-22 05:08:37 +0900
commit2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1 (patch)
tree8733ccc7d88cedfc5012ab883a7e6e30670a83da /cui
parentremoved unused defines (diff)
downloadcore-2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1.tar.gz
core-2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1.zip
removed unused static data
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optdict.cxx1
-rw-r--r--cui/source/options/optgdlg.cxx4
-rw-r--r--cui/source/options/optlingu.cxx2
-rw-r--r--cui/source/tabpages/numpages.cxx1
4 files changed, 0 insertions, 8 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index 30f74ec18dcf..f850929a21ff 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -55,7 +55,6 @@ using namespace ::com::sun::star::linguistic2;
// static ----------------------------------------------------------------
-static const sal_uInt16 nNameLen = 8;
static const short NOACTDICT = -1;
static long nStaticTabs[]=
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index ea17472c27f7..418455e9d242 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1228,10 +1228,6 @@ static const OUString sInstalledLocalesPath(RTL_CONSTASCII_USTRINGPARAM("org.ope
static OUString sUserLocalePath(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Office.Linguistic/General"));
//static const OUString sUserLocalePath(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Office/Linguistic"));
static const OUString sUserLocaleKey(RTL_CONSTASCII_USTRINGPARAM("UILocale"));
-static const OUString sSystemLocalePath(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.System/L10N"));
-static const OUString sSystemLocaleKey(RTL_CONSTASCII_USTRINGPARAM("UILocale"));
-static const OUString sOfficeLocalePath(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Office/L10N"));
-static const OUString sOfficeLocaleKey(RTL_CONSTASCII_USTRINGPARAM("ooLocale"));
static Sequence< OUString > seqInstalledLanguages;
OfaLanguagesTabPage::OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSet ) :
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index e433c44e11a9..198eff896008 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -167,8 +167,6 @@ static void lcl_OpenURL( ::rtl::OUString sURL )
}
}
-static const sal_uInt16 nNameLen = 8;
-
static sal_uInt16 pRanges[] =
{
SID_ATTR_SPELL,
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index 0b4dfa18d22f..a4d38370874b 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -104,7 +104,6 @@ SV_IMPL_PTRARR(SvxNumSettingsArr_Impl,SvxNumSettings_ImplPtr);
static sal_Bool bLastRelative = sal_False;
static const sal_Char cNumberingType[] = "NumberingType";
-static const sal_Char cValue[] = "Value";
static const sal_Char cParentNumbering[] = "ParentNumbering";
static const sal_Char cPrefix[] = "Prefix";
static const sal_Char cSuffix[] = "Suffix";