summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/StyleOASISTContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/StyleOASISTContext.cxx')
-rw-r--r--xmloff/source/transform/StyleOASISTContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/transform/StyleOASISTContext.cxx b/xmloff/source/transform/StyleOASISTContext.cxx
index e01e342835f5..7e3415efa1c9 100644
--- a/xmloff/source/transform/StyleOASISTContext.cxx
+++ b/xmloff/source/transform/StyleOASISTContext.cxx
@@ -554,7 +554,7 @@ void XMLPropertiesTContext_Impl::StartElement(
}
break;
default:
- OSL_ENSURE( !this, "unknown action" );
+ OSL_ENSURE( false, "unknown action" );
break;
}
}
@@ -896,7 +896,7 @@ void XMLStyleOASISTContext::StartElement(
}
break;
default:
- OSL_ENSURE( !this, "unknown action" );
+ OSL_ENSURE( false, "unknown action" );
break;
}
}