Kaydet (Commit) 3f346686 authored tarafından Michael Stahl's avatar Michael Stahl

cui: SvxLinguTabPage::GetRanges() is dead, remove it

That's what the comment on it said before it was translated.

Change-Id: I8812f99253bd4a14cb1109abf72b11d650f56003
üst 2f69e16c
......@@ -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;
......
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment