summaryrefslogtreecommitdiff
path: root/emfio/inc
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-21 15:26:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-22 08:07:45 +0200
commit180dd91c189de0bf03d5062e33c20da94c5d35d9 (patch)
treec44efef174c8ba3ba07cb6eeb5b5aca388729c6e /emfio/inc
parentf308520f1e3624c88e2a0e99be2eb26e2f2d0fc4 (diff)
long->tools::Long in emfio..filter
Change-Id: I961cee10d45d628ff70dea0694a7a63a4fe867ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104624 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'emfio/inc')
-rw-r--r--emfio/inc/mtftools.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/emfio/inc/mtftools.hxx b/emfio/inc/mtftools.hxx
index 9506b4f5f31c..5c0c60973350 100644
--- a/emfio/inc/mtftools.hxx
+++ b/emfio/inc/mtftools.hxx
@@ -625,8 +625,8 @@ namespace emfio
);
void DrawText(Point& rPosition,
OUString const & rString,
- long* pDXArry = nullptr,
- long* pDYArry = nullptr,
+ tools::Long* pDXArry = nullptr,
+ tools::Long* pDYArry = nullptr,
bool bRecordPath = false,
sal_Int32 nGraphicsMode = GM_COMPATIBLE);