summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/FrameOOoTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/FrameOOoTContext.cxx')
-rw-r--r--xmloff/source/transform/FrameOOoTContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/FrameOOoTContext.cxx b/xmloff/source/transform/FrameOOoTContext.cxx
index daaa221f5c33..b7f8f82f9b0f 100644
--- a/xmloff/source/transform/FrameOOoTContext.cxx
+++ b/xmloff/source/transform/FrameOOoTContext.cxx
@@ -90,7 +90,7 @@ void XMLFrameOOoTransformerContext::StartElement(
--nAttrCount;
break;
default:
- OSL_ENSURE( !this, "unknown action" );
+ OSL_ENSURE( false, "unknown action" );
break;
}
}
@@ -128,7 +128,7 @@ XMLTransformerContext *XMLFrameOOoTransformerContext::CreateChildContext(
nPrefix, rLocalName, rQName, rAttrList );
break;
default:
- OSL_ENSURE( !this, "unknown action" );
+ OSL_ENSURE( false, "unknown action" );
break;
}
}