summaryrefslogtreecommitdiffstats
path: root/include/svtools/hyperlabel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 07:51:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-21 06:23:47 +0000
commitebf04205508227a245885ecb367f1fc8abbd6591 (patch)
tree5e8d88723d2aeff7d049d5921c1ae2d582518040 /include/svtools/hyperlabel.hxx
parentRemove redundant comparisons (diff)
downloadcore-ebf04205508227a245885ecb367f1fc8abbd6591.tar.gz
core-ebf04205508227a245885ecb367f1fc8abbd6591.zip
loplugin:countusersofdefaultparams in include/svtools
Change-Id: I9b083fc8430c459624a2ce4ce49408c8d7685776 Reviewed-on: https://gerrit.libreoffice.org/30947 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/hyperlabel.hxx')
-rw-r--r--include/svtools/hyperlabel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/hyperlabel.hxx b/include/svtools/hyperlabel.hxx
index 94546f0e972e..f9aeeecb1b39 100644
--- a/include/svtools/hyperlabel.hxx
+++ b/include/svtools/hyperlabel.hxx
@@ -49,7 +49,7 @@ namespace svt
void implInit();
public:
- HyperLabel( vcl::Window* _pParent, WinBits _nWinStyle = 0 );
+ HyperLabel( vcl::Window* _pParent, WinBits _nWinStyle );
virtual ~HyperLabel( ) override;
virtual void dispose() override;