diff options
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 2 | ||||
-rw-r--r-- | svx/source/inc/docrecovery.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index 3f9d4de11c3f..277d9ec5ffdc 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -987,8 +987,8 @@ short impl_askUserForWizardCancel(Window* pParent, sal_Int16 nRes) RecoveryDialog::RecoveryDialog(Window* pParent, RecoveryCore* pCore ) : 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_aTitleWin ( this , SVX_RES ( WIN_RECOV_TITLE ) ) , m_aTitleFL ( this , SVX_RES ( FL_RECOV_TITLE ) ) , m_aDescrFT ( this , SVX_RES ( FT_RECOV_DESCR ) ) , m_aProgressFT ( this , SVX_RES ( FT_RECOV_PROGR ) ) 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; |