summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/framework/factories/TaskPanelFactory.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-12 11:41:23 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-12 14:13:33 +0100
commitc64a901829e5dedf12422edfb6bb7bc94a8357a5 (patch)
tree29de7e95e46da1149ca8ac24022cd25b4dcefad3 /sd/source/ui/framework/factories/TaskPanelFactory.cxx
parentMove DBG_ERROR to OSL_FAIL (multiline) (diff)
downloadcore-c64a901829e5dedf12422edfb6bb7bc94a8357a5.tar.gz
core-c64a901829e5dedf12422edfb6bb7bc94a8357a5.zip
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
Diffstat (limited to 'sd/source/ui/framework/factories/TaskPanelFactory.cxx')
-rw-r--r--sd/source/ui/framework/factories/TaskPanelFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/TaskPanelFactory.cxx b/sd/source/ui/framework/factories/TaskPanelFactory.cxx
index 0cfbc942df87..9e0c5ae645ef 100644
--- a/sd/source/ui/framework/factories/TaskPanelFactory.cxx
+++ b/sd/source/ui/framework/factories/TaskPanelFactory.cxx
@@ -272,7 +272,7 @@ void SAL_CALL TaskPanelFactory::releaseResource (
}
else
{
- OSL_ENSURE( false, "TaskPanelFactory::releaseResource: don't know what to do with this resource!" );
+ OSL_FAIL( "TaskPanelFactory::releaseResource: don't know what to do with this resource!" );
}
}
}