summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
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) );