[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 17:12:41 UTC 2018


 svx/source/dialog/srchdlg.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b5a6865a67dc6223dc164d2fe68dfdaf4dab5c39
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Oct 25 17:05:07 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Oct 25 19:12:11 2018 +0200

    Remove dead comment
    
    ...that had been introduced in aecda33a2bc46fada51f2cff06887e33adbf05cf
    "#90370# Attribute Display uses FixedText instead of MultiLineEdit" together
    with code that is long gone again:
    
    +    // temporary to avoid incompatibility
    +#if SUPD < 641 || defined( GT_DEBUG )
    +    aSearchFormatsED.Hide();
    +    aReplaceFormatsED.Hide();
    +
    
    Change-Id: If93425a3815f4946f97657f03bf066ee6ca4e6a4
    Reviewed-on: https://gerrit.libreoffice.org/62363
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 82e587626734..18b0ebd47d1f 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -413,7 +413,6 @@ void SvxSearchDialog::dispose()
 
 void SvxSearchDialog::Construct_Impl()
 {
-    // temporary to avoid incompatibility
     pImpl.reset( new SearchDlg_Impl() );
     pImpl->aSelectionTimer.SetTimeout( 500 );
     pImpl->aSelectionTimer.SetInvokeHandler(


More information about the Libreoffice-commits mailing list