summaryrefslogtreecommitdiff
path: root/sc/inc/refdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-26 19:58:19 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:49:57 -0400
commit6cc029116138add8cdaeddb807882a5d0c038411 (patch)
treee6983683d9b8ca602c154beecea8f17a39ab2a26 /sc/inc/refdata.hxx
parent615ff345db902b28caf2f2bd4c8387d88ac5a557 (diff)
Organize the reference dumping code a bit.
Change-Id: I97bfdc85ba1391cfe4f11148adb91d5e6960225a
Diffstat (limited to 'sc/inc/refdata.hxx')
-rw-r--r--sc/inc/refdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/refdata.hxx b/sc/inc/refdata.hxx
index 337b66c204b8..653d1a060265 100644
--- a/sc/inc/refdata.hxx
+++ b/sc/inc/refdata.hxx
@@ -102,7 +102,7 @@ struct SC_DLLPUBLIC ScSingleRefData
bool operator!=( const ScSingleRefData& ) const;
#if DEBUG_FORMULA_COMPILER
- void Dump() const;
+ void Dump( int nIndent = 0 ) const;
#endif
};
@@ -152,7 +152,7 @@ struct ScComplexRefData
ScComplexRefData& Extend( const ScComplexRefData & rRef, const ScAddress & rPos );
#if DEBUG_FORMULA_COMPILER
- void Dump() const;
+ void Dump( int nIndent = 0 ) const;
#endif
};