diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2019-07-15 19:14:36 +1000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2019-07-27 15:23:30 +0200 |
commit | 67950f00989dff4640ba83e540673375a2c60a13 (patch) | |
tree | cd4d35ab9f9e7cfbe9ee55cc00cf5d5c92ba0da3 /starmath | |
parent | 7360ddd34aa446e6439c733ef0f819a58d709744 (diff) |
tdf#74702: vcl add OutputDevice::Flush() to remove GetOutDevType()
Change-Id: I3e8775845e471517945876a48696747a46e5270a
Reviewed-on: https://gerrit.libreoffice.org/75616
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/edit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index 45d130b0c658..2c732cccaa70 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.hxx @@ -115,7 +115,7 @@ public: void SelPrevMark(); static bool HasMark(const OUString &rText); - void Flush(); + void Flush() override; void DeleteEditView(); bool HandleWheelCommands(const CommandEvent& rCEvt); |