summaryrefslogtreecommitdiff
path: root/include/sfx2/charwin.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-21 15:31:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-22 09:22:04 +0200
commitb06d31f0998d5969c104697cd1b1888c06a0116c (patch)
tree8181e10f0312830b1a8a9e5686bc71b9a55225bb /include/sfx2/charwin.hxx
parent86467cf27ca6d85b383244d0a0197f8b5378750d (diff)
long->tools::Long in sfx2
Change-Id: Ie1283e353598cd05e5a2933814f618649b89de01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104628 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/charwin.hxx')
-rw-r--r--include/sfx2/charwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx
index 81481dba4c8f..253bed5c1bd1 100644
--- a/include/sfx2/charwin.hxx
+++ b/include/sfx2/charwin.hxx
@@ -29,7 +29,7 @@ class SFX2_DLLPUBLIC SvxCharView final : public weld::CustomWidgetController
{
private:
VclPtr<VirtualDevice> mxVirDev;
- long mnY;
+ tools::Long mnY;
Point maPosition;
vcl::Font maFont;
bool maHasInsert;