summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index a897fd521b5a..e3eabd7a2d68 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -812,7 +812,7 @@ OUString Desktop::CreateErrorMsgString(
case ::utl::Bootstrap::NO_FAILURE:
{
- assert(false);
+ OSL_ASSERT(false);
}
break;
}
@@ -892,7 +892,7 @@ void Desktop::HandleBootstrapErrors(
case ::utl::Bootstrap::NO_FAILURE:
{
- assert(false);
+ OSL_ASSERT(false);
}
break;
}
@@ -1320,7 +1320,7 @@ void Desktop::Exception(ExceptionCategory nCategory)
}
}
- assert(false); // unreachable
+ OSL_ASSERT(false); // unreachable
}
void Desktop::AppEvent( const ApplicationEvent& rAppEvent )