summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rwxr-xr-x[-rw-r--r--]svx/source/dialog/SpellDialogChildWindow.cxx15
1 files changed, 6 insertions, 9 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 22dcdcc3a1be..60c20b6da050 100644..100755
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -92,28 +93,24 @@ void SpellDialogChildWindow::AddAutoCorrection(
const String& /*rNew*/,
LanguageType /*eLanguage*/)
{
- DBG_ERROR("AutoCorrection should have been overloaded - if available");
+ OSL_FAIL("AutoCorrection should have been overloaded - if available");
}
-/*-- 16.06.2008 10:11:57---------------------------------------------------
- -----------------------------------------------------------------------*/
bool SpellDialogChildWindow::HasGrammarChecking()
{
return false;
}
-/*-- 18.06.2008 12:26:35---------------------------------------------------
- -----------------------------------------------------------------------*/
bool SpellDialogChildWindow::IsGrammarChecking()
{
- DBG_ERROR("Grammar checking should have been overloaded - if available");
+ OSL_FAIL("Grammar checking should have been overloaded - if available");
return false;
}
-/*-- 18.06.2008 12:26:35---------------------------------------------------
- -----------------------------------------------------------------------*/
void SpellDialogChildWindow::SetGrammarChecking(bool )
{
- DBG_ERROR("Grammar checking should have been overloaded - if available");
+ OSL_FAIL("Grammar checking should have been overloaded - if available");
}
} // end of namespace ::svx
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */