summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-02 15:41:41 +0200
committerNoel Grandin <noel@peralex.com>2016-03-03 08:11:02 +0200
commitfecfd9c4987229c7fb335c6c6ba847e2ec30d40d (patch)
tree1a6e1162744f8a313242046cb93901d22c46150e /sc/inc/miscuno.hxx
parent7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 (diff)
loplugin:unuseddefaultparams in sc (part2)
Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx
index b5936afeba76..e60ea1480f9f 100644
--- a/sc/inc/miscuno.hxx
+++ b/sc/inc/miscuno.hxx
@@ -155,7 +155,7 @@ public:
static bool GetBoolProperty( const css::uno::Reference< css::beans::XPropertySet>& xProp,
const OUString& rName, bool bDefault = false );
static sal_Int32 GetLongProperty( const css::uno::Reference< css::beans::XPropertySet>& xProp,
- const OUString& rName, long nDefault = 0 );
+ const OUString& rName );
static sal_Int32 GetEnumProperty( const css::uno::Reference< css::beans::XPropertySet>& xProp,
const OUString& rName, long nDefault );
static OUString GetStringProperty(