summaryrefslogtreecommitdiff
path: root/include/svtools/HtmlWriter.hxx
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/HtmlWriter.hxx
parentff745fc0d973b8d793c3ec21f258ebe695ce3ee2 (diff)
loplugin:constantparam in svtools
Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487
Diffstat (limited to 'include/svtools/HtmlWriter.hxx')
-rw-r--r--include/svtools/HtmlWriter.hxx2
1 files changed, 1 insertions, 1 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);