summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 8789df25471d..4e1c4eda1cc8 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -52,7 +52,7 @@ SfxBindings& SpellDialogChildWindow::GetBindings() const
void SpellDialogChildWindow::InvalidateSpellDialog()
{
- assert (m_xAbstractSpellDialog);
+ OSL_ASSERT (m_xAbstractSpellDialog);
if (m_xAbstractSpellDialog)
m_xAbstractSpellDialog->Invalidate();
}