summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-06-23 16:28:39 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-06-27 13:19:25 +0000
commit232dcd258dc03c318e197fe4bfb0080353423760 (patch)
tree7c5209a1b4b747799872b9e1171147f120a219cb /svx/source/inc
parentd1c346ba848c54424d6ffa88df7a5ff6a3717430 (diff)
Simplify Document Recovery dialog tdf#99341
By removing unnecessary header widget and shortening the description label. Change-Id: Id421e49e73ccd8e5932309469698843e1e7e0431 Reviewed-on: https://gerrit.libreoffice.org/26607 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/docrecovery.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 31bfdfee0907..1910c7376863 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -369,7 +369,6 @@ class SaveDialog : public Dialog
{
// member
private:
- VclPtr<FixedText> m_pTitleFT;
VclPtr<ListBox> m_pFileListLB;
VclPtr<OKButton> m_pOkBtn;
RecoveryCore* m_pCore;
@@ -493,7 +492,6 @@ class RecoveryDialog : public Dialog
{
// member
private:
- VclPtr<FixedText> m_pTitleFT;
VclPtr<FixedText> m_pDescrFT;
VclPtr<vcl::Window> m_pProgrParent;
VclPtr<RecovDocList> m_pFileListLB;