summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 11:33:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 12:12:22 +0200
commit1ba4bb6397e5be8f30c79371a330077829c74742 (patch)
treef2abf920c36f0a346712717d6c33e15a3ff61e69 /forms
parentdd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff)
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Columns.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx
index 014300f5864e..ec52109711cd 100644
--- a/forms/source/component/Columns.hxx
+++ b/forms/source/component/Columns.hxx
@@ -62,7 +62,7 @@ protected:
// [properties]
public:
- OGridColumn(const css::uno::Reference<css::uno::XComponentContext>& _rContext, const OUString& _sModelName = OUString());
+ OGridColumn(const css::uno::Reference<css::uno::XComponentContext>& _rContext, const OUString& _sModelName);
explicit OGridColumn(const OGridColumn* _pOriginal );
virtual ~OGridColumn() override;