diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-28 15:49:43 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-01 10:29:19 -0400 |
commit | 1968e62d9f242ef5857dda0e09382fd6f59f8e0b (patch) | |
tree | bad6ed3965d0a3c48ae984602ac04822706a733f /sc/inc/document.hxx | |
parent | fb604d067066249bda3a09b91743491dd63e8288 (diff) |
Add a convenient way to dump formula group states for a single column.
Useful when debugging.
Change-Id: I4e408ad9a3dc2046557d152fcd067c1b0c5645c0
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 8d942b78de5c..806fb770e6a0 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -36,6 +36,7 @@ #include <com/sun/star/chart2/XChartDocument.hpp> #include "typedstrdata.hxx" #include "compressedarray.hxx" +#include "calcmacros.hxx" #include <tools/fract.hxx> #include <tools/gen.hxx> @@ -1984,6 +1985,10 @@ public: */ bool HasBroadcaster( SCTAB nTab, SCCOL nCol ) const; +#if DEBUG_COLUMN_STORAGE + void DumpFormulaGroups( SCTAB nTab, SCCOL nCol ) const; +#endif + private: // CLOOK-Impl-methods /** |