diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-01 12:44:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-02 07:32:17 +0000 |
commit | 175c49baef5d8dd3f7a28fec5a3dce956303dc42 (patch) | |
tree | c354cdcdd75bee54a9fbf6895fe9f801a107c27f /include/svx/gallery.hxx | |
parent | a8a7b7114d96b2013b00e9bc0ced81aad5495457 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I2ed581e58523ac8b52aa520f7a02f69f408665fe
Reviewed-on: https://gerrit.libreoffice.org/28587
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/gallery.hxx')
-rw-r--r-- | include/svx/gallery.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/gallery.hxx b/include/svx/gallery.hxx index f0ca115d5b61..fe62383d0bcd 100644 --- a/include/svx/gallery.hxx +++ b/include/svx/gallery.hxx @@ -62,19 +62,19 @@ public: static bool InsertURL( sal_uInt32 nThemeId, const OUString& rURL ); static bool GetGraphicObj( const OUString& rThemeName, sal_uInt32 nPos, - Graphic* pGraphic = nullptr, BitmapEx* pThumb = nullptr, + Graphic* pGraphic, BitmapEx* pThumb = nullptr, bool bProgess = false ); static bool GetGraphicObj( sal_uInt32 nThemeId, sal_uInt32 nPos, - Graphic* pGraphic = nullptr, BitmapEx* pThumb = nullptr, + Graphic* pGraphic, BitmapEx* pThumb = nullptr, bool bProgess = false ); static sal_uInt32 GetSdrObjCount( const OUString& rThemeName ); static sal_uInt32 GetSdrObjCount( sal_uInt32 nThemeId ); static bool GetSdrObj( const OUString& rThemeName, sal_uInt32 nSdrModelPos, - SdrModel* pModel = nullptr, BitmapEx* pThumb = nullptr ); + SdrModel* pModel, BitmapEx* pThumb = nullptr ); static bool GetSdrObj( sal_uInt32 nThemeId, sal_uInt32 nSdrModelPos, - SdrModel* pModel = nullptr, BitmapEx* pThumb = nullptr ); + SdrModel* pModel, BitmapEx* pThumb = nullptr ); static bool BeginLocking( const OUString& rThemeName ); static bool BeginLocking( sal_uInt32 nThemeId ); |