diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-10-25 17:05:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-10-25 19:12:11 +0200 |
commit | b5a6865a67dc6223dc164d2fe68dfdaf4dab5c39 (patch) | |
tree | 8e0b8ff44d7245c87eece5dffbba51a7f83e0574 /svx | |
parent | e5a7ee832b4385fa83a914f4d7d81ed860da0667 (diff) |
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@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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( |