summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-05 10:49:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-05 11:05:45 +0000
commite5107024bd2703122c4d8a27e29abd2c73e6af38 (patch)
tree286d5acd20ffbfbab2be546aa9125bd841abdfb6 /sfx2/source/appl/newhelp.src
parenteb847b33f7ea5b5e103886da7eb5dd1cc3061422 (diff)
convert help index page to .ui
Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa
Diffstat (limited to 'sfx2/source/appl/newhelp.src')
-rw-r--r--sfx2/source/appl/newhelp.src28
1 files changed, 0 insertions, 28 deletions
diff --git a/sfx2/source/appl/newhelp.src b/sfx2/source/appl/newhelp.src
index 33058f38d0bc..faea199e5793 100644
--- a/sfx2/source/appl/newhelp.src
+++ b/sfx2/source/appl/newhelp.src
@@ -71,34 +71,6 @@ Window WIN_HELPINDEX
};
};
-TabPage TP_HELP_INDEX
-{
- HelpId = HID_HELP_TABPAGE_INDEX;
- Hide = TRUE ;
- DialogControl = TRUE;
- Size = MAP_APPFONT ( 120 , 200 ) ;
- FixedText FT_EXPRESSION
- {
- Pos = MAP_APPFONT ( 6 , 6 ) ;
- Size = MAP_APPFONT ( 108 , 10 ) ;
- Text [ en-US ] = "~Search term" ;
- };
- ComboBox CB_INDEX
- {
- HelpID = "sfx2:ComboBox:TP_HELP_INDEX:CB_INDEX";
- Border = TRUE ;
- Pos = MAP_APPFONT ( 6 , 17 ) ;
- Size = MAP_APPFONT ( 108 , 97 ) ;
- };
- PushButton PB_OPEN_INDEX
- {
- HelpID = "sfx2:PushButton:TP_HELP_INDEX:PB_OPEN_INDEX";
- Pos = MAP_APPFONT ( 64 , 115 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Display" ;
- };
-};
-
TabPage TP_HELP_SEARCH
{
HelpId = HID_HELP_TABPAGE_SEARCH;