summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTrackedChangesContext.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:36:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:36:27 +0000
commit41dd326397fdfdd63090b95a72c8fca7032c4d6e (patch)
treee89f27465bf38373b8b34c1cd39ff9d4f94274bb /sc/source/filter/xml/XMLTrackedChangesContext.cxx
parentINTEGRATION: CWS dr58_SRC680 (1.11.556); FILE MERGED (diff)
downloadcore-41dd326397fdfdd63090b95a72c8fca7032c4d6e.tar.gz
core-41dd326397fdfdd63090b95a72c8fca7032c4d6e.zip
INTEGRATION: CWS dr58_SRC680 (1.28.56); FILE MERGED
2007/12/14 10:50:58 nn 1.28.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/filter/xml/XMLTrackedChangesContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTrackedChangesContext.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
index bb98b87d5b7f..8dd471887687 100644
--- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx
+++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTrackedChangesContext.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: ihi $ $Date: 2007-08-20 16:33:43 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:36:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1877,7 +1877,9 @@ SvXMLImportContext *ScXMLDeletionContext::CreateChildContext( USHORT nPrefix,
else if (IsXMLToken(rLocalName, XML_CUT_OFFS) || rLocalName.equalsAsciiL("cut_offs", 8))
pContext = new ScXMLCutOffsContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTrackingImportHelper);
else
+ {
DBG_ERROR("don't know this");
+ }
}
if( !pContext )