summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
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/app
parentf20feba4c43c34fd2ee05b4658b0de0248c08eb9 (diff)
convert captions option page to .ui
Change-Id: I571cc68bacce315ceafbe54deed6efeac51a6f1f
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/app.src25
-rw-r--r--sw/source/ui/app/appopt.cxx1
2 files changed, 25 insertions, 1 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index a42d2defb1a8..a8a503c2d03d 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -713,4 +713,29 @@ String STR_ROTATE_TO_STANDARD_ORIENTATION
Text [ en-US ] = "This image is rotated. Would you like to rotate it into standard orientation?";
};
+String STR_CAPTION_TABLE
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Table";
+};
+
+String STR_CAPTION_FRAME
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Frame";
+};
+
+String STR_CAPTION_GRAPHIC
+{
+ Text [ en-US ] = "%PRODUCTNAME Writer Picture";
+};
+
+String STR_CAPTION_OLE
+{
+ Text [ en-US ] = "Other OLE Objects";
+};
+
+String STR_CATEGORY_NONE
+{
+ Text [ en-US ] = "<None>" ;
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/app/appopt.cxx b/sw/source/ui/app/appopt.cxx
index 4998dd91e75e..ea719eace8fb 100644
--- a/sw/source/ui/app/appopt.cxx
+++ b/sw/source/ui/app/appopt.cxx
@@ -543,7 +543,6 @@ SfxTabPage* SwModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxI
}
break;
}
- case TP_OPTCAPTION_PAGE:
case RID_SW_TP_OPTCAPTION_PAGE:
{
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();