diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-08 23:49:39 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-09 00:00:47 +0100 |
commit | 3f34668673e012860b971e24a7633c300df0c4d1 (patch) | |
tree | 18c5e3f2ce004e2513ef1f47a2845a4df7b3a56c /cui/source/options | |
parent | 2f69e16c723aab48ad59d17397d8946ec0a48138 (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/source/options')
-rw-r--r-- | cui/source/options/optlingu.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
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 ) { |