diff options
-rw-r--r-- | cui/source/inc/optlingu.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/optlingu.cxx | 18 |
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 ) { |