diff options
Diffstat (limited to 'sc/source/ui/optdlg/tpusrlst.cxx')
-rw-r--r-- | sc/source/ui/optdlg/tpusrlst.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index 5e69b75099b9..46b9037d6d74 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -54,16 +54,8 @@ #define CR (sal_Unicode)13 #define LF (sal_Unicode)10 -static sal_uInt16 pUserListsRanges[] = -{ - SID_SCUSERLISTS, - SID_SCUSERLISTS, - 0 -}; - static const sal_Unicode cDelimiter = ','; - //======================================================================== // Benutzerdefinierte Listen: @@ -165,13 +157,6 @@ void ScTpUserLists::Init() // ----------------------------------------------------------------------- -sal_uInt16* ScTpUserLists::GetRanges() -{ - return pUserListsRanges; -} - -// ----------------------------------------------------------------------- - SfxTabPage* ScTpUserLists::Create( Window* pParent, const SfxItemSet& rAttrSet ) { return ( new ScTpUserLists( pParent, rAttrSet ) ); |