summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/XFormsBindContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/XFormsBindContext.cxx')
-rw-r--r--xmloff/source/xforms/XFormsBindContext.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx
index 67bbf8f70b84..71cc356d0e1a 100644
--- a/xmloff/source/xforms/XFormsBindContext.cxx
+++ b/xmloff/source/xforms/XFormsBindContext.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -127,7 +128,7 @@ void XFormsBindContext::HandleAttribute( sal_uInt16 nToken,
rValue ) ) );
break;
default:
- DBG_ERROR( "should not happen" );
+ OSL_FAIL( "should not happen" );
break;
}
}
@@ -155,7 +156,7 @@ SvXMLImportContext* XFormsBindContext::HandleChild(
const OUString&,
const Reference<XAttributeList>& )
{
- DBG_ERROR( "no children supported" );
+ OSL_FAIL( "no children supported" );
return NULL;
}
@@ -188,3 +189,5 @@ void lcl_fillNamespaceContainer(
}
while( nKeyIter != XML_NAMESPACE_UNKNOWN );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */