From 665d085511a64959ceafd869e6331877ed711c80 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Nov 2017 10:57:55 +0200 Subject: loplugin:countusersofdefaultparams in sw (1) Change-Id: I0d14f9c375f93079aef21ca4f1132adc4e1fe06c Reviewed-on: https://gerrit.libreoffice.org/45207 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/implimagetree.hxx | 2 +- vcl/inc/unx/freetype_glyphcache.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/implimagetree.hxx b/vcl/inc/implimagetree.hxx index 9118664775e8..6675d0dc3ee4 100644 --- a/vcl/inc/implimagetree.hxx +++ b/vcl/inc/implimagetree.hxx @@ -70,7 +70,7 @@ public: bool loadImage( OUString const & name, OUString const & style, BitmapEx & bitmap, bool localized, - const ImageLoadFlags eFlags = ImageLoadFlags::NONE); + const ImageLoadFlags eFlags); /** a crude form of life cycle control (called from DeInitVCL; otherwise, * if the ImplImageTree singleton were destroyed during exit that would diff --git a/vcl/inc/unx/freetype_glyphcache.hxx b/vcl/inc/unx/freetype_glyphcache.hxx index 0a4b7459e8e8..a01992fa60c8 100644 --- a/vcl/inc/unx/freetype_glyphcache.hxx +++ b/vcl/inc/unx/freetype_glyphcache.hxx @@ -58,7 +58,7 @@ public: int nFaceNum, sal_IntPtr nFontId); ~FreetypeFontInfo(); - const unsigned char* GetTable( const char*, sal_uLong* pLength=nullptr ) const; + const unsigned char* GetTable( const char*, sal_uLong* pLength) const; FT_FaceRec_* GetFaceFT(); void ReleaseFaceFT(); -- cgit