summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 13:02:56 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 13:02:56 +0000
commit760308aad8d316505e8d719d67356a961cc74500 (patch)
tree1fba94438cd26c1a296ccb39df4ca9a5914c0eb4 /svx/source/dialog/SpellDialogChildWindow.cxx
parent382ee6302dd97847759ed93f9cea51bfdf4c249e (diff)
INTEGRATION: CWS tl55 (1.7.54); FILE MERGED
2008/06/23 13:41:29 os 1.7.54.3: #i85999# vendor image support added 2008/06/19 09:32:00 os 1.7.54.2: #i85999# grammar checking 2008/06/16 15:37:16 os 1.7.54.1: #i90144# Rework spelling dialog for grammar checking
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx47
1 files changed, 45 insertions, 2 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 8f31b664daa6..420e341e5e49 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SpellDialogChildWindow.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -95,7 +95,50 @@ void SpellDialogChildWindow::AddAutoCorrection(
const String& /*rNew*/,
LanguageType /*eLanguage*/)
{
- DBG_ERROR("AutoCorrection should have been overloaded - if avalable")
+ DBG_ERROR("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")
+ return false;
+}
+/*-- 18.06.2008 12:26:35---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+void SpellDialogChildWindow::SetGrammarChecking(bool )
+{
+ DBG_ERROR("Grammar checking should have been overloaded - if available")
+}
+/*-- 16.06.2008 10:12:22---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+bool SpellDialogChildWindow::HasAnyVendor()
+{
+ return false;
+}
+/*-- 16.06.2008 11:34:35---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+String SpellDialogChildWindow::GetVendorForLanguage( LanguageType )
+{
+ return String();
+}
+/*-- 19.06.2008 15:55:08---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+Image SpellDialogChildWindow::GetVendorLogoForLanguage( LanguageType )
+{
+ return Image();
}
} // end of namespace ::svx