diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-28 10:55:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-28 10:55:36 +0000 |
commit | ffce5ac51518bbd43ac0ae14dbb0967ae2c50bb4 (patch) | |
tree | 9cd1dafac3f98e0282deee5d0d4c61547f459f5c /svx | |
parent | 58b05ce98e72fe47bdca02d2dabea20c36a494bf (diff) |
Resolves: fdo#59965 crash dialog title area text is missing
Change-Id: I19adc5047d744acee243c94ff4e31531ae8c458a
Diffstat (limited to 'svx')
-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 277d9ec5ffdc..dfe9aee667eb 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -727,8 +727,8 @@ void SAL_CALL PluginProgress::reset() SaveDialog::SaveDialog(Window* pParent, RecoveryCore* pCore ) : IExtendedTabPage( pParent, SVX_RES( RID_SVXPAGE_DOCRECOVERY_SAVE ) ) - , m_aTitleWin ( this , SVX_RES ( WIN_SAVE_TITLE ) ) , m_aTitleFT ( this , SVX_RES ( FT_SAVE_TITLE ) ) + , m_aTitleWin ( this , SVX_RES ( WIN_SAVE_TITLE ) ) , m_aTitleFL ( this , SVX_RES ( FL_SAVE_TITLE ) ) , m_aDescrFT ( this , SVX_RES ( FT_SAVE_DESCR ) ) , m_aFileListFT ( this , SVX_RES ( FT_SAVE_FILELIST ) ) diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index 5140d55d5044..af39887cd3fa 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -440,8 +440,8 @@ class SaveDialog : public IExtendedTabPage // member private: - Window m_aTitleWin; FixedText m_aTitleFT; + Window m_aTitleWin; FixedLine m_aTitleFL; FixedText m_aDescrFT; FixedText m_aFileListFT; |