summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-01 14:41:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-02 09:34:27 +0200
commit99ffd249d1eb7669585a6f373ede7f5c5a81238e (patch)
tree8d1bfae5757b81624f10e6283bc55af0fb02c969 /sd/source/ui/annotations
parentb4513307785ce0d61b3dcde754b1855f1c65225c (diff)
SetCallHandlersOnInputDisabled unneeded if AlwaysDisableInput not used
and don't need to use that if we use FixedText instead of Edit Change-Id: I162bf829a62a2c7cf8a975c99509607095712e17 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101851 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/annotations')
-rw-r--r--sd/source/ui/annotations/annotationwindow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx
index e1ee6a9d4347..30193afc474a 100644
--- a/sd/source/ui/annotations/annotationwindow.cxx
+++ b/sd/source/ui/annotations/annotationwindow.cxx
@@ -270,7 +270,6 @@ void AnnotationWindow::InitControls()
// window control for author and date
mpMeta = VclPtr<FixedText>::Create(this);
mpMeta->EnableRTL(AllSettings::GetLayoutRTL());
- mpMeta->SetCallHandlersOnInputDisabled(true);
// we should leave this setting alone, but for this we need a better layout algo
// with variable meta size height