diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-19 10:46:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-19 13:52:32 +0200 |
commit | 73b115b1a399f57efd727eb71d7ef9e4a27afbc9 (patch) | |
tree | d92dd80efaec35fd7850f5073ba1586dfbd72b5c /svl/source/items/poolitem.cxx | |
parent | 2471d6f44c7e8ecbe86a90eeb593b899a08a7408 (diff) |
use tools::Long in svl
Change-Id: Ic63d3c0ebd1e58d7bab5b0fd6313cabddc16eb98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104517
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/items/poolitem.cxx')
-rw-r--r-- | svl/source/items/poolitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index 25f2720b547c..0d6513f70483 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -620,7 +620,7 @@ bool SfxVoidItem::IsVoidItem() const return true; } -void SfxPoolItem::ScaleMetrics( long /*lMult*/, long /*lDiv*/ ) +void SfxPoolItem::ScaleMetrics( tools::Long /*lMult*/, tools::Long /*lDiv*/ ) { } |