summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 12:16:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 13:41:30 +0200
commit6274fbe13c8fa556916b5aed695c6921ef6ff84f (patch)
tree50b4d8d0ff45e4eb36d8cd1babe47d1ecd559d3e /include
parentdd7caf3cfd3de636c8bf37c8347c1b72b3772aeb (diff)
loplugin:constantparam
Change-Id: I59a37e1d37fa749cba5159daa23fe663bcc55435 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101045 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/imagemgr.hxx2
-rw-r--r--include/svtools/recorditemwindow.hxx2
-rw-r--r--include/vcl/toolkit/treelistbox.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/imagemgr.hxx b/include/svtools/imagemgr.hxx
index d66fade753d4..3dd2f4acef50 100644
--- a/include/svtools/imagemgr.hxx
+++ b/include/svtools/imagemgr.hxx
@@ -121,7 +121,7 @@ private:
public:
SVT_DLLPUBLIC static OUString GetImageId( const INetURLObject& rURL, bool bBig = false );
- SVT_DLLPUBLIC static Image GetImage( const INetURLObject& rURL, bool bBig = false, Size const & rPreferredSize = Size());
+ SVT_DLLPUBLIC static Image GetImage( const INetURLObject& rURL, bool bBig = false);
SVT_DLLPUBLIC static OUString GetFileImageId( const INetURLObject& rURL );
SVT_DLLPUBLIC static Image GetImageNoDefault(const INetURLObject& rURL, vcl::ImageType eImageType = vcl::ImageType::Small);
SVT_DLLPUBLIC static OUString GetFolderImageId( const svtools::VolumeInfo& rInfo );
diff --git a/include/svtools/recorditemwindow.hxx b/include/svtools/recorditemwindow.hxx
index 06571a7b69ac..98f2e2db579a 100644
--- a/include/svtools/recorditemwindow.hxx
+++ b/include/svtools/recorditemwindow.hxx
@@ -42,7 +42,7 @@ private:
class SVT_DLLPUBLIC RecordItemWindow : public InterimItemWindow, public RecordItemWindowBase
{
public:
- RecordItemWindow(vcl::Window* pParent, bool bHasFrame);
+ RecordItemWindow(vcl::Window* pParent);
virtual void dispose() override;
virtual ~RecordItemWindow() override;
diff --git a/include/vcl/toolkit/treelistbox.hxx b/include/vcl/toolkit/treelistbox.hxx
index ccb9db9557ee..fe9c1d653c7a 100644
--- a/include/vcl/toolkit/treelistbox.hxx
+++ b/include/vcl/toolkit/treelistbox.hxx
@@ -629,7 +629,7 @@ public:
void SetFont( const vcl::Font& rFont );
using Window::SetCursor;
- void SetCursor( SvTreeListEntry* pEntry, bool bForceNoSelect = false );
+ void SetCursor( SvTreeListEntry* pEntry );
SvTreeListEntry* GetEntry( const Point& rPos, bool bHit = false ) const;