diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-08-22 08:14:10 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-08-26 23:19:57 +0200 |
commit | f4ed90bcad83ea24644c1cbf077b369ae05f004e (patch) | |
tree | 07e19e2c2dccf4d73197fcabf9334d9915770f0b /cui/source/factory | |
parent | a535bacb2adeb491e919992a38e891945ca248f0 (diff) |
sd: remove theme tab page
Change-Id: Iffb3d0f6d6933891333da68fa4569a3638ba18f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156123
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'cui/source/factory')
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 346bb8bc8370..d0b0fceed8a3 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -94,7 +94,6 @@ #include <DiagramDialog.hxx> #include <fileextcheckdlg.hxx> #include <TextColumnsPage.hxx> -#include <themepage.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::frame; @@ -1327,8 +1326,6 @@ CreateTabPage AbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nId return SfxMacroTabPage::Create; case RID_SVXPAGE_TEXTCOLUMNS: return SvxTextColumnsPage::Create; - case RID_SVXPAGE_THEME: - return SvxThemePage::Create; default: break; } @@ -1394,8 +1391,6 @@ GetTabPageRanges AbstractDialogFactory_Impl::GetTabPageRangesFunc( sal_uInt16 nI return SvxAsianLayoutPage::GetRanges; case RID_SVXPAGE_TEXTCOLUMNS: return SvxTextColumnsPage::GetRanges; - case RID_SVXPAGE_THEME: - return SvxThemePage::GetRanges; default: break; } |