summaryrefslogtreecommitdiffstats
path: root/cppcanvas/source/inc/implrenderer.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-21 09:30:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-21 14:33:39 +0200
commit5e43e888f6b9bc32fc5d3361be5a7962796726ea (patch)
tree061df26f907bece9cacad5b53290db3f6937d09e /cppcanvas/source/inc/implrenderer.hxx
parentAvoid unused parameter 'nMDPPerm' (diff)
downloadcore-5e43e888f6b9bc32fc5d3361be5a7962796726ea.tar.gz
core-5e43e888f6b9bc32fc5d3361be5a7962796726ea.zip
use tools::Long in comphelper..cui
Change-Id: I65167999c6049038f8f5d530a0c5cb0552ab0e06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104609 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppcanvas/source/inc/implrenderer.hxx')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index 81702c332d0b..4b432f898260 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -192,7 +192,7 @@ namespace cppcanvas::internal
const OUString& rString,
int nIndex,
int nLength,
- const long* pCharWidths,
+ const tools::Long* pCharWidths,
const ActionFactoryParameters& rParms,
bool bSubsettable );