summaryrefslogtreecommitdiffstats
path: root/include/svtools/simptabl.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/simptabl.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/simptabl.hxx')
-rw-r--r--include/svtools/simptabl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index ca0f5b6d22e6..40c31d12e46c 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -35,7 +35,7 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
public:
- SvSimpleTableContainer( vcl::Window* pParent, WinBits nBits = WB_BORDER );
+ SvSimpleTableContainer( vcl::Window* pParent, WinBits nBits );
virtual ~SvSimpleTableContainer() override;
virtual void dispose() override;