Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1894
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/1894/1
Resolves: fdo#59965 crash dialog title area text is missing
Change-Id: I19adc5047d744acee243c94ff4e31531ae8c458a
(cherry picked from commit ffce5ac51518bbd43ac0ae14dbb0967ae2c50bb4)
---
M svx/source/dialog/docrecovery.cxx
M svx/source/inc/docrecovery.hxx
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index 412c938..006f147 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -736,8 +736,8 @@
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 9eeb3c3..2b63c8a 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -458,8 +458,8 @@
// member
private:
- Window m_aTitleWin;
FixedText m_aTitleFT;
+ Window m_aTitleWin;
FixedLine m_aTitleFL;
FixedText m_aDescrFT;
FixedText m_aFileListFT;
--
To view, visit https://gerrit.libreoffice.org/1894
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I19adc5047d744acee243c94ff4e31531ae8c458a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Caolán McNamara <caolanm@redhat.com>
Context
- Change in core[libreoffice-3-6]: Resolves: fdo#59965 crash dialog title area text is missing · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.