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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 72106d4a52d5..01d34f4660fe 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -70,7 +70,7 @@ void SpellDialogChildWindow::AddAutoCorrection(
const OUString& /*rNew*/,
LanguageType /*eLanguage*/)
{
- OSL_FAIL("AutoCorrection should have been overloaded - if available");
+ OSL_FAIL("AutoCorrection should have been overridden - if available");
}
bool SpellDialogChildWindow::HasGrammarChecking()
@@ -80,13 +80,13 @@ bool SpellDialogChildWindow::HasGrammarChecking()
bool SpellDialogChildWindow::IsGrammarChecking()
{
- OSL_FAIL("Grammar checking should have been overloaded - if available");
+ OSL_FAIL("Grammar checking should have been overridden - if available");
return false;
}
void SpellDialogChildWindow::SetGrammarChecking(bool )
{
- OSL_FAIL("Grammar checking should have been overloaded - if available");
+ OSL_FAIL("Grammar checking should have been overridden - if available");
}
} // end of namespace ::svx