diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-29 16:20:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-31 17:33:21 +0100 |
commit | eaa632c5c80d9cb0eec2f0f7ba92f5bac72ba50d (patch) | |
tree | ba2aef84c52cfc14f479f28011ce19c5ef53f1a2 /sw/source | |
parent | b39b657cb516da1a730e2e1e5dc0c38fb5d028d6 (diff) |
drop call to SetQuickHelpText() with empty string
because the QuickHelp is never set to anything non-empty.
Before commit
commit c230e962ca2c876187a028fa14426210b5746a0f
Date: Tue Jan 12 10:43:45 2010 +0100
sw33a11y01: #i88070# refactoring of sidebar window code used for visualization of comments/annotations
SetQuickHelpText was called with a non-empty string in one branch
so SetQuickHelpText cleared it again, but now its always empty
Change-Id: If4635e899b27ce16fd0aa25254f33415142f9718
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110165
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/docvw/AnnotationWin2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/AnnotationWin2.cxx b/sw/source/uibase/docvw/AnnotationWin2.cxx index 46376d0b2506..d093ed61508b 100644 --- a/sw/source/uibase/docvw/AnnotationWin2.cxx +++ b/sw/source/uibase/docvw/AnnotationWin2.cxx @@ -893,7 +893,6 @@ void SwAnnotationWin::DoResize() mpMetadataAuthor->Show(); if(IsResolved()) { mpMetadataResolved->Show(); } mpMetadataDate->Show(); - mpSidebarTextControl->SetQuickHelpText(OUString()); unsigned int numFields = GetNumFields(); if (aTextHeight > aHeight) { // we need vertical scrollbars and have to reduce the width |