summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8TableInfo.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:00 +0100
committerMichael Stahl <mstahl@redhat.com>2011-11-24 00:52:00 +0100
commit279a176397623ea83e98fac5a7f4132325b42594 (patch)
treeca21478406b36b744b80a105b3d6570214d98821 /sw/source/filter/ww8/WW8TableInfo.hxx
parent0215f8b19451ab67c7fdaf91f2da8298a9b89c47 (diff)
sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTIL
OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI incompatible objects.
Diffstat (limited to 'sw/source/filter/ww8/WW8TableInfo.hxx')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index e93401d649b8..33b173d781c5 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -117,7 +117,7 @@ public:
GridColsPtr getGridColsOfRow(AttributeOutputBase & rBase);
RowSpansPtr getRowSpansOfRow();
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
::std::string toString() const;
#endif
};
@@ -180,7 +180,7 @@ public:
sal_uInt32 getCell() const;
sal_uInt32 getRow() const;
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
::std::string toString() const;
#endif
@@ -249,7 +249,7 @@ public:
void addShadowCells();
WW8TableNodeInfo * connectCells();
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
::std::string toString();
#endif
@@ -357,7 +357,7 @@ public:
m_nFmtFrmWidth = nFmtFrmWidth;
}
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
::std::string toString() const;
#endif
};