From be93e5b27371a97009e5587507a0c5147e882632 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 17 Feb 2020 20:49:29 +0000 Subject: VclMultiLineEdit is sufficient here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibacffee0520d7525d552820713f3d4d620e1f156 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88890 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svtools/source/brwbox/ebbcontrols.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools') 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 ); } -- cgit