summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-11 21:53:57 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 08:31:54 -0500
commit4a43b77e84708225b94197c0c595ed2a03bba7b2 (patch)
treed92367ea240f8d1bced9be1e3c7ea961b72a0999 /sc/inc/document.hxx
parentMake these non-inline and add the const version of the getter. (diff)
downloadcore-4a43b77e84708225b94197c0c595ed2a03bba7b2.tar.gz
core-4a43b77e84708225b94197c0c595ed2a03bba7b2.zip
Add a means to dump the state of the area broadcaster slot machine.
Change-Id: I158307de667dbe621376dfc01adeef89aa12faaa
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 1425a48c1d26..598b0241c443 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -2107,6 +2107,10 @@ public:
SC_DLLPUBLIC void DumpFormulaGroups( SCTAB nTab, SCCOL nCol ) const;
#endif
+#if DEBUG_AREA_BROADCASTER
+ SC_DLLPUBLIC void DumpAreaBroadcasters() const;
+#endif
+
void SetCalcConfig( const ScCalcConfig& rConfig );
const ScCalcConfig& GetCalcConfig() const { return maCalcConfig; }