summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ModuleController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ModuleController.cxx')
-rw-r--r--sd/source/ui/framework/module/ModuleController.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/module/ModuleController.cxx b/sd/source/ui/framework/module/ModuleController.cxx
index f032eadc4295..564354cbc34d 100644
--- a/sd/source/ui/framework/module/ModuleController.cxx
+++ b/sd/source/ui/framework/module/ModuleController.cxx
@@ -114,7 +114,7 @@ void SAL_CALL ModuleController::disposing()
void ModuleController::ProcessFactory (const ::std::vector<Any>& rValues)
{
- assert(rValues.size() == snFactoryPropertyCount);
+ OSL_ASSERT(rValues.size() == snFactoryPropertyCount);
// Get the service name of the factory.
OUString sServiceName;
@@ -166,7 +166,7 @@ void ModuleController::InstantiateStartupServices()
void ModuleController::ProcessStartupService (const ::std::vector<Any>& rValues)
{
- assert(rValues.size() == snStartupPropertyCount);
+ OSL_ASSERT(rValues.size() == snStartupPropertyCount);
try
{