summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTrackedChangesContext.cxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-21 16:01:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-27 06:03:38 +0200
commit2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5 (patch)
tree5994165df230e5db4a955f548c1903d4b6216490 /sc/source/filter/xml/XMLTrackedChangesContext.cxx
parentReplace DBG_* with OSL_* in sc/source/ui (diff)
downloadcore-2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5.tar.gz
core-2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5.zip
Replace DBG_* with OSL_* in sc/source/filter
Diffstat (limited to 'sc/source/filter/xml/XMLTrackedChangesContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTrackedChangesContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
index be365f4b1041..18591f7517f9 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -836,7 +836,7 @@ SvXMLImportContext *ScXMLCellContentDeletionContext::CreateChildContext( sal_uIn
}
else if (IsXMLToken(rLocalName, XML_CELL_ADDRESS))
{
- DBG_ASSERT(!nID, "a action with a ID should not contain a BigRange");
+ OSL_ENSURE(!nID, "a action with a ID should not contain a BigRange");
bBigRange = sal_True;
pContext = new ScXMLBigRangeContext(GetScImport(), nPrefix, rLocalName, xAttrList, aBigRange);
}