summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/swdlgfact.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-14 13:48:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-14 14:58:46 +0100
commitc1e1de72609af2dc8ec7256f5505fcf673b2a73e (patch)
tree64fa3eeb352318857d3db5c63434abd6bdb36a18 /sw/source/ui/dialog/swdlgfact.cxx
parentf20feba4c43c34fd2ee05b4658b0de0248c08eb9 (diff)
convert captions option page to .ui
Change-Id: I571cc68bacce315ceafbe54deed6efeac51a6f1f
Diffstat (limited to 'sw/source/ui/dialog/swdlgfact.cxx')
-rw-r--r--sw/source/ui/dialog/swdlgfact.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx
index eb6722eb9728..32a4b9a26cb9 100644
--- a/sw/source/ui/dialog/swdlgfact.cxx
+++ b/sw/source/ui/dialog/swdlgfact.cxx
@@ -1142,7 +1142,6 @@ CreateTabPage SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc( sal_uInt16 nI
case RID_SW_TP_OPTLOAD_PAGE :
pRet = SwLoadOptPage::Create;
break;
- case TP_OPTCAPTION_PAGE:
case RID_SW_TP_OPTCAPTION_PAGE:
return SwCaptionOptPage::Create;
case RID_SW_TP_CONTENT_OPT: