summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-30 09:29:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-01 15:21:17 +0100
commitfa8de1c66c6ab2edab8c6ee2ce6b37189d548cf5 (patch)
treed95edefb41ea840010f16ac9bafec2883e083440 /xmloff
parentee6c4017da5b5a5210c0e2f1ec06e0ac49fc600b (diff)
WaE: inside appropiate ifdefs
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimppr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index 342291d703f4..dcd8c9f559e1 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -434,7 +434,7 @@ void XMLTextImportPropertyMapper::finished(
{
if (pAllParaMargin && !pParaMargins[i])
{
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
sal_Int16 nTmp = getPropertySetMapper()->GetEntryContextId(
pAllParaMargin->mnIndex + (2*i) + 2 );
OSL_ENSURE( nTmp >= CTF_PARALEFTMARGIN &&
@@ -446,7 +446,7 @@ void XMLTextImportPropertyMapper::finished(
}
if (pAllMargin && !pMargins[i])
{
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
sal_Int16 nTmp = getPropertySetMapper()->GetEntryContextId(
pAllMargin->mnIndex + i + 1 );
OSL_ENSURE( nTmp >= CTF_MARGINLEFT && nTmp <= CTF_MARGINBOTTOM,