summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-09 09:59:02 +0000
committerOliver Specht <os@openoffice.org>2000-11-09 09:59:02 +0000
commitacf6398b7ef1cf9c5c5fbf7a3ab467491f92adb9 (patch)
tree0ba74bf2d18b672bf69a9eab92ce022b670642e9 /sw/source/core
parent78175c9c68f25fffdd2819d012976489e35ad235 (diff)
invalid DBG_ERRORs removed
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/unocore/unoobj.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index 3ee0f9ccbe75..1190763de028 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: os $ $Date: 2000-11-08 15:29:52 $
+ * last change: $Author: os $ $Date: 2000-11-09 10:59:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -5749,7 +5749,6 @@ Reference<XTextRange> lcl_ExportHints(SwpHints* pHints,
lcl_InsertTOXMarkPortion(
rPortionArr, pUnoCrsr, xParent, pAttr, TRUE);
ePortionType = PORTION_TEXT;
- DBG_ERROR("ToxMark");
break;
case RES_TXTATR_REFMARK:
lcl_InsertRefMarkPortion(
@@ -5835,7 +5834,6 @@ Reference<XTextRange> lcl_ExportHints(SwpHints* pHints,
lcl_InsertTOXMarkPortion(
rPortionArr, pUnoCrsr, xParent, pAttr, FALSE);
ePortionType = PORTION_TEXT;
- DBG_ERROR("ToxMark");
break;
case RES_TXTATR_REFMARK:
pUnoCrsr->Right(1);