diff options
Diffstat (limited to 'xmloff/source/transform/FrameOASISTContext.cxx')
-rw-r--r-- | xmloff/source/transform/FrameOASISTContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/FrameOASISTContext.cxx b/xmloff/source/transform/FrameOASISTContext.cxx index 7cffc2adce0b..10755f980020 100644 --- a/xmloff/source/transform/FrameOASISTContext.cxx +++ b/xmloff/source/transform/FrameOASISTContext.cxx @@ -157,7 +157,7 @@ XMLTransformerContext *XMLFrameOASISTransformerContext::CreateChildContext( } break; default: - OSL_ENSURE( !this, "unknown action" ); + OSL_ENSURE( false, "unknown action" ); break; } } |