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