diff options
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 528983c89e43..973bfc716e28 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1065,7 +1065,7 @@ bool SmShowSymbolSet::KeyInput(const KeyEvent& rKEvt) return true; } -void SmShowSymbolSet::calccols(vcl::RenderContext& rRenderContext) +void SmShowSymbolSet::calccols(const vcl::RenderContext& rRenderContext) { // Height of 16pt in pixels (matching 'aOutputSize') nLen = rRenderContext.LogicToPixel(Size(0, 16), MapMode(MapUnit::MapPoint)).Height(); |