summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-08 14:45:58 +0200
committerNoel Grandin <noel@peralex.com>2016-03-09 10:07:46 +0200
commit44bccf92bc78daa93e969e8b37aeef96a3b38987 (patch)
tree3a59196190ac8d7bf08a6090dc8ca78b78b81036 /include/svtools
parentff745fc0d973b8d793c3ec21f258ebe695ce3ee2 (diff)
loplugin:constantparam in svtools
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/HtmlWriter.hxx2
-rw-r--r--include/svtools/fileview.hxx2
-rw-r--r--include/svtools/svlbitm.hxx3
-rw-r--r--include/svtools/treelistbox.hxx2
4 files changed, 4 insertions, 5 deletions
diff --git a/include/svtools/HtmlWriter.hxx b/include/svtools/HtmlWriter.hxx
index 5aeee2f592f0..5aa7df422e35 100644
--- a/include/svtools/HtmlWriter.hxx
+++ b/include/svtools/HtmlWriter.hxx
@@ -34,7 +34,7 @@ public:
HtmlWriter(SvStream& rStream);
virtual ~HtmlWriter();
- void prettyPrint(bool bChoice);
+ void prettyPrint(bool b);
void start(const OString& aElement);
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index b8552cce636b..fb36255e2be5 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -172,7 +172,7 @@ public:
OUString GetConfigString() const;
void SetConfigString( const OUString& rCfgStr );
- void EndInplaceEditing( bool _bCancel );
+ void EndInplaceEditing();
::std::vector< SvtContentEntry > GetContent();
diff --git a/include/svtools/svlbitm.hxx b/include/svtools/svlbitm.hxx
index aad018d49dca..e292a775d4d1 100644
--- a/include/svtools/svlbitm.hxx
+++ b/include/svtools/svlbitm.hxx
@@ -68,8 +68,7 @@ private:
std::vector<Image> aBmps; // indices s. constants BMP_ ....
SVT_DLLPRIVATE void SetWidthAndHeight();
- SVT_DLLPRIVATE void InitData( bool bImagesFromDefault,
- bool _bRadioBtn, const Control* pControlForSettings = nullptr );
+ SVT_DLLPRIVATE void InitData( bool _bRadioBtn, const Control* pControlForSettings = nullptr );
public:
// include creating default images (CheckBox or RadioButton)
SvLBoxButtonData( const Control* pControlForSettings );
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 2a4a36c8664d..4671cadf8f3f 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -598,7 +598,7 @@ protected:
virtual void PreparePaint(vcl::RenderContext& rRenderContext, SvTreeListEntry& rEntry);
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
- void InitSettings(bool bFont, bool bForeground, bool bBackground);
+ void InitSettings(bool bBackground);
virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;