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

Resolves: fdo#59965 crash dialog title area text is missing

Change-Id: I19adc5047d744acee243c94ff4e31531ae8c458a
üst 58b05ce9
......@@ -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 ) )
......
......@@ -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;
......
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