summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 33ae98f870d4..b66e7333332c 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1315,7 +1315,7 @@ void SmViewShell::Impl_Print(
OutputMapMode);
rOutDev.SetMapMode(OutputMapMode);
- rOutDev.SetClipRegion(Region(aOutRect));
+ rOutDev.SetClipRegion(vcl::Region(aOutRect));
GetDoc()->DrawFormula(rOutDev, aPos, false);
rOutDev.SetClipRegion();