summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.hxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index 3979db3bf2..96baf314cf 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -246,7 +246,9 @@ public:
void addShadowCells();
WW8TableNodeInfo * connectCells();
+#if OSL_DEBUG_LEVEL > 1
string toString();
+#endif
TableBoxVectorPtr getTableBoxesOfRow(WW8TableNodeInfoInner * pNodeInfo);
WidthsPtr getWidthsOfRow(WW8TableNodeInfoInner * pNodeInfo);
@@ -352,7 +354,9 @@ public:
m_nFmtFrmWidth = nFmtFrmWidth;
}
+#if OSL_DEBUG_LEVEL > 1
::std::string toString() const;
+#endif
};
}