summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
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 );
}