summaryrefslogtreecommitdiffstats
path: root/include/editeng/ulspitem.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-19 15:13:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-20 10:08:05 +0200
commitf886d9cacba197cb92a75317fe7d24280dff6436 (patch)
tree8e95e9fc79121eb9d09a18022e253904a1ff184f /include/editeng/ulspitem.hxx
parentadd GetDropTarget to CustomWidgetController (diff)
downloadcore-f886d9cacba197cb92a75317fe7d24280dff6436.tar.gz
core-f886d9cacba197cb92a75317fe7d24280dff6436.zip
use tools::Long in editeng
Change-Id: Ib7014c353489461ad9489d9f3fefd59a32f8f877 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104524 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/ulspitem.hxx')
-rw-r--r--include/editeng/ulspitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/ulspitem.hxx b/include/editeng/ulspitem.hxx
index e6686d658911..b0131ab9904d 100644
--- a/include/editeng/ulspitem.hxx
+++ b/include/editeng/ulspitem.hxx
@@ -57,7 +57,7 @@ public:
OUString &rText, const IntlWrapper& ) const override;
virtual SvxULSpaceItem* Clone( SfxItemPool *pPool = nullptr ) const override;
- virtual void ScaleMetrics( long nMult, long nDiv ) override;
+ virtual void ScaleMetrics( tools::Long nMult, tools::Long nDiv ) override;
virtual bool HasMetrics() const override;
inline void SetUpper( const sal_uInt16 nU, const sal_uInt16 nProp = 100 );