summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx')
-rw-r--r--chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
index dd41bb4af525..91761b8a9337 100644
--- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
+++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx
@@ -733,7 +733,7 @@ bool GraphicPropertyItemConverter::ApplySpecialItem(
}
else
{
- OSL_ENSURE( false, "Wrong type in Transparency Any" );
+ OSL_FAIL( "Wrong type in Transparency Any" );
}
}
}
@@ -778,7 +778,7 @@ bool GraphicPropertyItemConverter::ApplySpecialItem(
}
else
{
- OSL_ENSURE( false, "Wrong type in Transparency Any" );
+ OSL_FAIL( "Wrong type in Transparency Any" );
}
}
}