summaryrefslogtreecommitdiffstats
path: root/include/svtools/svmedit.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/svmedit.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/svmedit.hxx')
-rw-r--r--include/svtools/svmedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svmedit.hxx b/include/svtools/svmedit.hxx
index 3b86f8fbc9fd..e5493524ec21 100644
--- a/include/svtools/svmedit.hxx
+++ b/include/svtools/svmedit.hxx
@@ -30,7 +30,7 @@
class SVT_DLLPUBLIC MultiLineEdit : public VclMultiLineEdit
{
public:
- MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER );
+ MultiLineEdit( vcl::Window* pParent, WinBits nWinStyle );
virtual css::uno::Reference< css::awt::XWindowPeer > GetComponentInterface(bool bCreate = true) override;
};