summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r--desktop/source/app/officeipcthread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index dbcb1e337e56..7e712bc3fdd5 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -146,7 +146,7 @@ public:
private:
bool next(OUString * argument, bool prefix) {
- assert(argument != nullptr);
+ OSL_ASSERT(argument != nullptr);
if (m_index < m_input.getLength()) {
if (prefix) {
if (m_input[m_index] != ',') {