summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-17 20:49:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-02-18 09:55:18 +0100
commitbe93e5b27371a97009e5587507a0c5147e882632 (patch)
treedbaa059e47afb85843b8c2948f83faa28cd70c16 /svtools
parent5a94413d27d8b799b43bc6d7b44d4b01cc98dc9b (diff)
VclMultiLineEdit is sufficient here
Change-Id: Ibacffee0520d7525d552820713f3d4d620e1f156 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88890 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index e928fef8bd05..27261014908a 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -532,7 +532,7 @@ namespace svt
void MultiLineTextCell::Modify()
{
GetTextEngine()->SetModified( true );
- MultiLineEdit::Modify();
+ VclMultiLineEdit::Modify();
}
@@ -597,7 +597,7 @@ namespace svt
}
}
}
- return MultiLineEdit::PreNotify( rNEvt );
+ return VclMultiLineEdit::PreNotify( rNEvt );
}