summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/gallery.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-16 21:06:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-16 21:12:56 +0000
commitaaa808d69918ee58908f4cd78c5b7b6f24ee3c5c (patch)
tree2fb88c91b26fb911b5b77c69d7458b8f39ffed4f /cui/source/dialogs/gallery.src
parentf2111a7ed11410ac80cd1b700315881d8b8ee7dd (diff)
convert gallery theme id dialog to .ui
Change-Id: Iad468b19a24efc4044a46301f6421648aac7cd6a
Diffstat (limited to 'cui/source/dialogs/gallery.src')
-rw-r--r--cui/source/dialogs/gallery.src41
1 files changed, 0 insertions, 41 deletions
diff --git a/cui/source/dialogs/gallery.src b/cui/source/dialogs/gallery.src
index f20bef189b7d..cba3d941f030 100644
--- a/cui/source/dialogs/gallery.src
+++ b/cui/source/dialogs/gallery.src
@@ -318,47 +318,6 @@ ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS
};
};
-ModalDialog RID_SVXDLG_GALLERY_THEMEID
-{
- HelpID = "cui:ModalDialog:RID_SVXDLG_GALLERY_THEMEID";
- OutputSize = TRUE ;
- Border = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 180 , 63 ) ;
- Text [ en-US ] = "Theme ID" ;
- Moveable = TRUE ;
- OkButton BTN_OK
- {
- Pos = MAP_APPFONT ( 124 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- DefButton = TRUE ;
- };
- CancelButton BTN_CANCEL
- {
- Pos = MAP_APPFONT ( 124 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- TabStop = TRUE ;
- };
- FixedLine FL_ID
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 112 , 8 ) ;
- Text [ en-US ] = "ID";
- };
- ListBox LB_RESNAME
- {
- HelpID = "cui:ListBox:RID_SVXDLG_GALLERY_THEMEID:LB_RESNAME";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 100 , 60 ) ;
- TabStop = TRUE ;
- DropDown = TRUE ;
- HScroll = TRUE ;
- VScroll = TRUE ;
- };
-};
-
String RID_SVXSTR_GALLERY_NOFILES
{
Text [ en-US ] = "<No Files>" ;