diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-09-29 10:49:07 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-09-29 14:49:43 +0200 |
commit | ffe69acb222f1b4773a6fad20429ee1bc44fd985 (patch) | |
tree | 9163083a342c29c52d8b4f46e60f380d99855b77 /sc/source/ui/app | |
parent | ed25f39a72e02a5f30652f9ad55fcfe5551c3026 (diff) |
Kill internationaloptions page, it has been unused for years.
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/scmod.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 00a974818441..6c2cd27dd214 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -2206,17 +2206,6 @@ SfxTabPage* ScModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const Sfx pRet = (*ScTpDefaultsOptionsCreate)( pParent, rSet); } break; - - case RID_OFA_TP_INTERNATIONAL: - { - SfxAbstractDialogFactory* pSfxFact = SfxAbstractDialogFactory::Create(); - if ( pSfxFact ) - { - ::CreateTabPage fnCreatePage = pSfxFact->GetTabPageCreatorFunc( nId ); - if ( fnCreatePage ) - pRet = (*fnCreatePage)( pParent, rSet ); - } - } } OSL_ENSURE( pRet, "ScModule::CreateTabPage(): no valid ID for TabPage!" ); |