summaryrefslogtreecommitdiff
path: root/toolkit/workben/layout/recover.xml
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-11-02 18:47:32 +0800
committerJan Holesovsky <kendy@suse.cz>2011-11-02 14:30:15 +0100
commit8c4b9f7c6bdecca8ec405272a23c7ca35ca0617e (patch)
treef25030a7de8b1f4fee387354d9ee232f9cb71974 /toolkit/workben/layout/recover.xml
parentf65946944eca8da10d1e54a78eb2537e205e855c (diff)
remove unused methods in layout
Diffstat (limited to 'toolkit/workben/layout/recover.xml')
-rw-r--r--toolkit/workben/layout/recover.xml67
1 files changed, 0 insertions, 67 deletions
diff --git a/toolkit/workben/layout/recover.xml b/toolkit/workben/layout/recover.xml
deleted file mode 100644
index 790a6b694658..000000000000
--- a/toolkit/workben/layout/recover.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- This is a template. i18n translation is not performed in-place;
- i18n translated xml files are generated from this template by
- transex3/layout/tralay. !-->
-
-<modaldialog xmlns="http://openoffice.org/2007/layout"
- xmlns:cnt="http://openoffice.org/2007/layout/container"
- id="RID_SVXDLG_RECOVER" _title="OpenOffice.org Document Restore -- questions to sigi(at)novell.com--" optimumsize="true"
- help-id="SID_ATTR_RESTORE"
- has_border="true" sizeable="true" moveable="true">
- <vbox spacing="5" border="5" width="640">
- <hbox spacing="5" cnt:expand="false">
- <fixedimage id="FI_HEADER" cnt:expand="false" graphic="cmd/sc_apply.png" />
- <fixedtext id="FT_HEADER" _label="OpenOffice.org Document Restore"/>
- </hbox>
- <fixedline id="FL_HEADER"/>
- <!-- mockup: fixedtext multiline=true" does not work?
- <multilineedit id="MLE_RECOVER" has_border="false" foobar="x" _text="At least one document was found that was not stored safely to the media. Uncheck any documents you do not want to restore (information may be lost)."/>
- <fixedtext id="FT_RECOVER" has_border="false" multi-line="true" font-word-line-mode="true" word-break="true" _label="At least one document was found that was not stored safely to the media. Uncheck any documents you do not want to restore (information may be lost).
-LINE TEST"/>
- !-->
- <fixedtext id="FT_RECOVER" has_border="false" multi-line="true" font-word-line-mode="true" _label="At least one document was not stored safely and must be recovered."/>
- <fixedtext id="FT_ADVANCED" has_border="false" multi-line="true" font-word-line-mode="true" word-break="true" _label="Uncheck any documents you do not want to restore (information may be lost)."/>
- <vbox cnt:fill="true" cnt:expand="true" cnt:padding="20" border="20" spacing="20">
- <hbox>
- <checkbox id="CB_DOC" state="1" cnt:expand="false" scale="false"/>
- <fixedimage id="FI_DOC" cnt:v-align="0.5" image-align="0.5" cnt:expand="false" scale="false" graphic="cmd/lc_insertdoc.png"/>
- <fixedtext id="FT_DOC" _label="My document"/>
- </hbox>
- <hbox>
- <checkbox id="CB_SHEET" state="1" cnt:expand="false" scale="false" />
- <fixedimage id="FI_SHEET" cnt:expand="false" scale="false" graphic="cmd/lc_inserttable.png" />
- <fixedtext id="FT_SHEET" _label="My spreadsheet"/>
- </hbox>
- <hbox>
- <checkbox id="CB_DRAW" state="1" cnt:expand="false" scale="false"/>
- <fixedimage id="FI_DRAW" cnt:expand="false" scale="false" graphic="cmd/lc_insertdraw.png" />
- <fixedtext id="FT_DRAW" _label="My drawing"/>
- </hbox>
- <hbox>
- <checkbox id="CB_PRESENT" state="1" cnt:expand="false" scale="false" />
- <fixedimage id="FI_PRESENT" cnt:expand="false" scale="false" graphic="cmd/lc_insertvideo.png" />
- <fixedtext id="FT_PRESENT" _label="My presentation"/>
- </hbox>
- <hbox border="5">
- <flow/>
- <advancedbutton id="PB_ADVANCED" cnt:expand="false" _label="Advanced..."/>
- </hbox>
- </vbox>
- <vbox>
- <fixedtext id="FT_PROGRESS" _label="Restore progress (idle)"/>
- <hbox height="40" cnt:expand="true">
- <progressbar cnt:expand="true" cnt:fill="true" id="PB_RECOVER" has_border="true" border="10" fill-color="#ccccff" background-color="#ffffff" progress-value-min="0" progress-value-max="100" progress-value="50" />
- <!-- FIXME: cannot set progress bar's height, use space as strut... !-->
- <fixedtext label="" height="10" cnt:expand="false" cnt:fill="false"/>
- </hbox>
- </vbox>
- <checkbox id="CH_LOGFILE" _label="Open additional text document to display the restore logfile"/>
- <dialogbuttonhbox border="5" spacing="5">
- <flow/>
- <okbutton defbutton="true" id="BTN_OK" _label="Restore"/>
- <cancelbutton id="BTN_CANCEL" />
- <helpbutton id="BTN_HELP"/>
- </dialogbuttonhbox>
- </vbox>
-</modaldialog>
-