summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-08 14:04:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-09 11:40:52 +0000
commitf8a4ce67987e5cb47f07dc61eeb450e1d5b9c541 (patch)
tree1d3e01d6225b5bc6ef4931e65326cd842beebe39 /svx/source/inc
parent0721b5b83e34de1e2fcb320d6a7deae1ad109d61 (diff)
Resolves: fdo#58589 recovery dialog title area text is missing
regression since efc6b840a0423099d6c3e0d33c14d34637fbba4c as that changes the order in which windows are drawn Change-Id: I37388229533127ab915bec351f094fcd4786b2a3
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/docrecovery.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index e4f7acd6a335..5140d55d5044 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -605,8 +605,8 @@ class RecoveryDialog : public IExtendedTabPage
//-------------------------------------------
// member
private:
- Window m_aTitleWin;
FixedText m_aTitleFT;
+ Window m_aTitleWin;
FixedLine m_aTitleFL;
FixedText m_aDescrFT;
FixedText m_aProgressFT;