diff options
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r-- | starmath/inc/dialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index b6210a1d2537..cb3fcc677069 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.hxx @@ -248,7 +248,7 @@ class SmShowSymbolSet final : public weld::CustomWidgetController Link<SmShowSymbolSet&,void> aSelectHdlLink; Link<SmShowSymbolSet&,void> aDblClickHdlLink; tools::Long nLen; - tools::Long nRows, nColumns; + sal_Int32 nRows, nColumns; tools::Long nXOffset, nYOffset; sal_uInt16 nSelectSymbol; std::unique_ptr<weld::ScrolledWindow> m_xScrolledWindow; |