summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-10 16:03:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 07:02:27 +0000
commita5b4046eb93c950296dee846bc1444921e5bf332 (patch)
treecaf279c0a03f16de15345d5b4ce14e3d28e24aaf /sc/inc/attrib.hxx
parentf31d98f63c4ad11897e0a961fb378fdf7989f4d3 (diff)
loplugin:countusersofdefaultparams in sc(part2)
Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507 Reviewed-on: https://gerrit.libreoffice.org/30755 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 8247b1925282..3b71b8c79aa4 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -58,7 +58,7 @@ class SC_DLLPUBLIC ScMergeAttr: public SfxPoolItem
public:
static SfxPoolItem* CreateDefault();
ScMergeAttr();
- ScMergeAttr( SCsCOL nCol, SCsROW nRow = 0);
+ ScMergeAttr( SCsCOL nCol, SCsROW nRow );
ScMergeAttr( const ScMergeAttr& );
virtual ~ScMergeAttr() override;
@@ -284,7 +284,7 @@ class ScDoubleItem : public SfxPoolItem
{
public:
static SfxPoolItem* CreateDefault();
- ScDoubleItem( sal_uInt16 nWhich, double nVal=0 );
+ ScDoubleItem( sal_uInt16 nWhich, double nVal );
ScDoubleItem( const ScDoubleItem& rItem );
virtual ~ScDoubleItem() override;