Kaydet (Commit) f8a4ce67 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#58589 recovery dialog title area text is missing

regression since efc6b840
as that changes the order in which windows are drawn

Change-Id: I37388229533127ab915bec351f094fcd4786b2a3
üst 0721b5b8
...@@ -987,8 +987,8 @@ short impl_askUserForWizardCancel(Window* pParent, sal_Int16 nRes) ...@@ -987,8 +987,8 @@ short impl_askUserForWizardCancel(Window* pParent, sal_Int16 nRes)
RecoveryDialog::RecoveryDialog(Window* pParent, RecoveryDialog::RecoveryDialog(Window* pParent,
RecoveryCore* pCore ) RecoveryCore* pCore )
: IExtendedTabPage( pParent , SVX_RES( RID_SVXPAGE_DOCRECOVERY_RECOVER ) ) : IExtendedTabPage( pParent , SVX_RES( RID_SVXPAGE_DOCRECOVERY_RECOVER ) )
, m_aTitleWin ( this , SVX_RES ( WIN_RECOV_TITLE ) )
, m_aTitleFT ( this , SVX_RES ( FT_RECOV_TITLE ) ) , m_aTitleFT ( this , SVX_RES ( FT_RECOV_TITLE ) )
, m_aTitleWin ( this , SVX_RES ( WIN_RECOV_TITLE ) )
, m_aTitleFL ( this , SVX_RES ( FL_RECOV_TITLE ) ) , m_aTitleFL ( this , SVX_RES ( FL_RECOV_TITLE ) )
, m_aDescrFT ( this , SVX_RES ( FT_RECOV_DESCR ) ) , m_aDescrFT ( this , SVX_RES ( FT_RECOV_DESCR ) )
, m_aProgressFT ( this , SVX_RES ( FT_RECOV_PROGR ) ) , m_aProgressFT ( this , SVX_RES ( FT_RECOV_PROGR ) )
......
...@@ -605,8 +605,8 @@ class RecoveryDialog : public IExtendedTabPage ...@@ -605,8 +605,8 @@ class RecoveryDialog : public IExtendedTabPage
//------------------------------------------- //-------------------------------------------
// member // member
private: private:
Window m_aTitleWin;
FixedText m_aTitleFT; FixedText m_aTitleFT;
Window m_aTitleWin;
FixedLine m_aTitleFL; FixedLine m_aTitleFL;
FixedText m_aDescrFT; FixedText m_aDescrFT;
FixedText m_aProgressFT; FixedText m_aProgressFT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment