summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-03-31 14:43:12 +0200
committerDaniel Rentz <dr@openoffice.org>2010-03-31 14:43:12 +0200
commit9ba03e8299702945b1650f64d291f223a38a0a1f (patch)
tree8f3af7667733b2a02a2781ac17f05721f60828a6 /sc/inc/table.hxx
parente8dab0a6df94cf0030c5297652b6b67b37e27e4b (diff)
calc321stopper1: #i109372# reintroduced default values for arguments
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 6c6bf1cccabd..bbf900f40c62 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -735,7 +735,7 @@ private:
BOOL GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, BOOL bInSel,
const ScMarkData& rMark) const;
BOOL GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, const ScMarkData& rMark );
- void SetDrawPageSize(bool bResetStreamValid, bool bUpdateNoteCaptionPos);
+ void SetDrawPageSize( bool bResetStreamValid = true, bool bUpdateNoteCaptionPos = true );
BOOL TestTabRefAbs(SCTAB nTable);
void CompileDBFormula();
void CompileDBFormula( BOOL bCreateFormulaString );