summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-29 08:50:28 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-29 08:41:53 +0000
commit86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch)
tree92db4fc6a8b0e409963e4422d307327274b41931 /sc/inc/rangeutl.hxx
parent8f96ab602a9e7cad1215abb693f33824a7b37679 (diff)
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e Reviewed-on: https://gerrit.libreoffice.org/28451 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 2aa035e07de2..414c9f13df61 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -48,14 +48,14 @@ public:
ScArea& rArea,
ScDocument* pDoc,
SCTAB nTab,
- ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 );
+ ScAddress::Details const & rDetails );
static void CutPosString ( const OUString& theAreaStr,
OUString& thePosStr );
static bool IsAbsTabArea ( const OUString& rAreaStr,
ScDocument* pDoc,
- ScArea*** pppAreas = nullptr,
+ ScArea*** pppAreas,
sal_uInt16* pAreaCount = nullptr,
bool bAcceptCellRef = false,
ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 );
@@ -63,7 +63,7 @@ public:
static bool IsAbsArea ( const OUString& rAreaStr,
ScDocument* pDoc,
SCTAB nTab,
- OUString* pCompleteStr = nullptr,
+ OUString* pCompleteStr,
ScRefAddress* pStartPos = nullptr,
ScRefAddress* pEndPos = nullptr,
ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 );
@@ -71,7 +71,7 @@ public:
static bool IsAbsPos ( const OUString& rPosStr,
ScDocument* pDoc,
SCTAB nTab,
- OUString* pCompleteStr = nullptr,
+ OUString* pCompleteStr,
ScRefAddress* pPosTripel = nullptr,
ScAddress::Details const & rDetails = ScAddress::detailsOOOa1 );
@@ -198,7 +198,7 @@ public:
const ScArea& rArea,
const ScDocument* pDocument,
formula::FormulaGrammar::AddressConvention eConv,
- sal_Unicode cSeparator = ' ',
+ sal_Unicode cSeparator,
bool bAppendStr = false,
ScRefFlags nFormatFlags = (ScRefFlags::VALID | ScRefFlags::TAB_3D) );