summaryrefslogtreecommitdiff
path: root/desktop/source/migration/services/jvmfwk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/migration/services/jvmfwk.cxx')
-rw-r--r--desktop/source/migration/services/jvmfwk.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/migration/services/jvmfwk.cxx b/desktop/source/migration/services/jvmfwk.cxx
index 8342745ec3ea..fc858ec3a039 100644
--- a/desktop/source/migration/services/jvmfwk.cxx
+++ b/desktop/source/migration/services/jvmfwk.cxx
@@ -142,7 +142,7 @@ private:
JavaMigration::~JavaMigration()
{
- assert(m_aStack.empty());
+ OSL_ASSERT(m_aStack.empty());
}
OUString jvmfwk_getImplementationName()
@@ -346,7 +346,7 @@ void SAL_CALL JavaMigration::setPropertyValue(
break;
}
default:
- assert(false);
+ OSL_ASSERT(false);
}
}
}