summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 17:11:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 18:07:41 +0100
commit1413d6bc9902a536c0c67f42d2cb16ea45174fe4 (patch)
treee2ae3527959a294735a230f3934de4a4cc4d8bc6 /svx/source/dialog/docrecovery.src
parente5cc4e2422515a98e11071c7449ca231bd243874 (diff)
convert doc recovery save page to .ui
and a wizard with one page is just a dialog, so make that simplification and conversion too Change-Id: I9f6335007609893308d57d693a18a313bcbb9244
Diffstat (limited to 'svx/source/dialog/docrecovery.src')
-rw-r--r--svx/source/dialog/docrecovery.src57
1 files changed, 0 insertions, 57 deletions
diff --git a/svx/source/dialog/docrecovery.src b/svx/source/dialog/docrecovery.src
index 1900be6338f4..2b676d4ec3eb 100644
--- a/svx/source/dialog/docrecovery.src
+++ b/svx/source/dialog/docrecovery.src
@@ -33,63 +33,6 @@ TabDialog RID_SVX_TABDLG_DOCRECOVERY
Text = "%PRODUCTNAME %PRODUCTVERSION";
};
-TabPage RID_SVXPAGE_DOCRECOVERY_SAVE
-{
- Size = MAP_APPFONT( SAVE_WIDTH, SAVE_HEIGHT );
- HelpId = HID_SVX_TP_DOCRECOVERY_SAVE;
- OutputSize = TRUE;
- SVLook = TRUE;
- Hide = TRUE;
- Window WIN_SAVE_TITLE
- {
- Pos = MAP_APPFONT( 0 , 0 );
- Size = MAP_APPFONT( SAVE_WIDTH, SAVE_ROW1 );
- };
- FixedText FT_SAVE_TITLE
- {
- Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW0 );
- Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
- Text[ en-US ] = "%PRODUCTNAME Document Recovery";
- };
- FixedLine FL_SAVE_TITLE
- {
- Pos = MAP_APPFONT( 0 , SAVE_ROW1 );
- Size = MAP_APPFONT( SAVE_WIDTH, 2 );
- };
- FixedText FT_SAVE_DESCR
- {
- Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW2 );
- Size = MAP_APPFONT( SAVE_CONTROLWIDTH, (SAVE_ROW3-SAVE_ROW2-RSC_SP_CTRL_DESC_Y) );
- WordBreak = TRUE;
- Text[ en-US ] = "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically.";
- };
- FixedText FT_SAVE_FILELIST
- {
- Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW3 );
- Size = MAP_APPFONT( SAVE_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
- Text[ en-US ] = "The following files will be recovered:";
- };
- ListBox LB_SAVE_FILELIST
- {
- HelpID = "svx:ListBox:RID_SVXPAGE_DOCRECOVERY_SAVE:LB_SAVE_FILELIST";
- Pos = MAP_APPFONT( SAVE_COL0 , SAVE_ROW4 );
- Size = MAP_APPFONT( SAVE_CONTROLWIDTH, SAVE_FILELISTHEIGHT );
- Border = TRUE;
- TabStop = TRUE;
- };
- FixedLine FL_SAVE_BOTTOM
- {
- Pos = MAP_APPFONT( 0 , SAVE_ROW7 );
- Size = MAP_APPFONT( SAVE_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
- };
- OKButton BT_SAVE_OK
- {
- Pos = MAP_APPFONT( SAVE_COL1 , SAVE_ROW8 );
- Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
- DefButton = TRUE;
- };
-};
-
ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
{
Size = MAP_APPFONT( SAVEPROGR_WIDTH, SAVEPROGR_HEIGHT );