summaryrefslogtreecommitdiff
path: root/cui/source/factory
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-01-28 09:20:06 -0900
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-09 09:14:07 +0200
commit41f1a38b9e8b5e0567bf642d3e14a549e82ee0d9 (patch)
treec0210ebfb55bb70ce139e5134db89ba5edf82910 /cui/source/factory
parentb9d709e84728270acb00c3952551f5c608260e62 (diff)
tdf#105225 A table properties background tab page
Change-Id: I86be7b0d9850ffe46f1033beac342739b3289fa8 Reviewed-on: https://gerrit.libreoffice.org/48797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui/source/factory')
-rw-r--r--cui/source/factory/dlgfact.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index f4a57b475ce3..091c920b9c5a 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -1348,6 +1348,8 @@ CreateTabPage AbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nId
{
switch ( nId )
{
+ case RID_SVXPAGE_BKG :
+ return SvxBkgTabPage::Create;
case RID_SVXPAGE_TEXTANIMATION :
return SvxTextAnimationPage::Create;
case RID_SVXPAGE_TRANSPARENCE :