summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-08 23:49:39 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-09 00:00:47 +0100
commit3f34668673e012860b971e24a7633c300df0c4d1 (patch)
tree18c5e3f2ce004e2513ef1f47a2845a4df7b3a56c /cui
parent2f69e16c723aab48ad59d17397d8946ec0a48138 (diff)
cui: SvxLinguTabPage::GetRanges() is dead, remove it
That's what the comment on it said before it was translated. Change-Id: I8812f99253bd4a14cb1109abf72b11d650f56003
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/optlingu.hxx1
-rw-r--r--cui/source/options/optlingu.cxx18
2 files changed, 0 insertions, 19 deletions
diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx
index 2856fec3f1b0..8529393a14a0 100644
--- a/cui/source/inc/optlingu.hxx
+++ b/cui/source/inc/optlingu.hxx
@@ -148,7 +148,6 @@ private:
public:
virtual ~SvxLinguTabPage();
static SfxTabPage* Create( vcl::Window* pParent, const SfxItemSet* rSet );
- static const sal_uInt16* GetRanges();
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index af4e1fc0705d..43b7f1d8afeb 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -150,13 +150,6 @@ static void lcl_OpenURL( const OUString& _sURL )
}
}
-static const sal_uInt16 pRanges[] =
-{
- SID_ATTR_SPELL,
- SID_ATTR_SPELL,
- 0
-};
-
bool KillFile_Impl( const OUString& rURL )
{
bool bRet = true;
@@ -1133,17 +1126,6 @@ SvxLinguTabPage::~SvxLinguTabPage()
delete pLinguData;
}
-
-
-// don't throw away overloaded
-const sal_uInt16* SvxLinguTabPage::GetRanges()
-{
- //TL???
- return pRanges;
-}
-
-
-
SfxTabPage* SvxLinguTabPage::Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet )
{