summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2014-08-11 12:30:41 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-11 10:40:00 +0000
commit6271f2e1f7f2e3662511b6d65b8c09faae9adbc8 (patch)
treef340afd3ab75ed2fb0bec8192ecb74e3a787d73c /svx/source/inc
parent76c1092016b9640ac6d522f3c1b88c5121437bf1 (diff)
RID_SVX_MDLG_DOCRECOVERY_BROKEN conversion to .ui
Change-Id: Ic3ed2c73e255c99b48f4dab5ea434c75313ec93d Reviewed-on: https://gerrit.libreoffice.org/10865 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/docrecovery.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 2b819c002d63..7c0a7c5e859a 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -558,15 +558,11 @@ class BrokenRecoveryDialog : public ModalDialog
// member
private:
- FixedText m_aDescrFT;
- FixedText m_aFileListFT;
- ListBox m_aFileListLB;
- FixedText m_aSaveDirFT;
- Edit m_aSaveDirED;
- PushButton m_aSaveDirBtn;
- FixedLine m_aBottomFL;
- OKButton m_aOkBtn;
- CancelButton m_aCancelBtn;
+ ListBox *m_pFileListLB;
+ Edit *m_pSaveDirED;
+ PushButton *m_pSaveDirBtn;
+ PushButton *m_pOkBtn;
+ CancelButton *m_pCancelBtn;
OUString m_sSavePath;
RecoveryCore* m_pCore;