diff options
author | Kurt Zenker <kz@openoffice.org> | 2000-12-14 14:47:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2000-12-14 14:47:56 +0000 |
commit | ef64328119190dcaddc46f0dddf80bd478378f9d (patch) | |
tree | e3f89369cb08c62caa91fa08191252615c1d0ae9 /svx | |
parent | 17bffa7483eb4cb4b5fbc34ce14d430734fcdcf5 (diff) |
Assertion: *DefaultLanguage no longer supported* not supported until SRC620
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/editeng.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/editeng/editeng.cxx b/svx/source/editeng/editeng.cxx index a3b2ca03ddb2..0ce133d2b4ff 100644 --- a/svx/source/editeng/editeng.cxx +++ b/svx/source/editeng/editeng.cxx @@ -2,9 +2,9 @@ * * $RCSfile: editeng.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2000-12-07 15:28:19 $ + * last change: $Author: kz $ $Date: 2000-12-14 15:47:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1730,14 +1730,14 @@ void EditEngine::SetHyphenator( Reference< XHyphenator > & xHyph ) void EditEngine::SetDefaultLanguage( LanguageType eLang ) { -#if SUPD >= 615 +#if SUPD >= 620 DBG_ERROR( "DefaultLanguage not longer supported" ); #endif } LanguageType EditEngine::GetDefaultLanguage() const { -#if SUPD >= 615 +#if SUPD >= 620 DBG_ERROR( "DefaultLanguage not longer supported" ); #endif return pImpEditEngine->GetLanguage( EditPaM( pImpEditEngine->GetEditDoc().SaveGetObject( 0 ), 0 ) ); @@ -1751,7 +1751,7 @@ sal_Bool __EXPORT EditEngine::SpellNextDocument() EESpellState EditEngine::HasSpellErrors( LanguageType eLang ) { -#if SUPD >= 615 +#if SUPD >= 620 DBG_ERROR( "DefaultLanguage not longer supported" ); #endif return HasSpellErrors(); |