Kaydet (Commit) 92e159af authored tarafından Thomas Lange's avatar Thomas Lange

#90131# ENABLEUNICODE ifdefs removed

üst 6dbd04eb
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: edtspell.hxx,v $ * $RCSfile: edtspell.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: tl $ $Date: 2000-10-27 09:28:06 $ * last change: $Author: tl $ $Date: 2001-07-24 08:25:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -90,25 +90,16 @@ protected: ...@@ -90,25 +90,16 @@ protected:
virtual BOOL SpellContinue(); // Bereich pruefen virtual BOOL SpellContinue(); // Bereich pruefen
virtual void ReplaceAll( const String &rNewText, INT16 nLanguage ); virtual void ReplaceAll( const String &rNewText, INT16 nLanguage );
virtual void SpellEnd(); virtual void SpellEnd();
// virtual BOOL CanRestart(); // virtual BOOL ();
virtual BOOL SpellMore(); virtual BOOL SpellMore();
virtual BOOL HasOtherCnt(); virtual BOOL HasOtherCnt();
virtual void ScrollArea(); virtual void ScrollArea();
#ifndef ENABLEUNICODE
virtual void ChangeWord( const String& rNewWord, const USHORT nLang ); virtual void ChangeWord( const String& rNewWord, const USHORT nLang );
virtual void ChangeThesWord( const String& rNewWord ); virtual void ChangeThesWord( const String& rNewWord );
// virtual void ChangeAll( const String& rNewWord ); // virtual void ChangeAll( const String& rNewWord );
virtual void AutoCorrect( const String& rOldWord, const String& rNewWord ); virtual void AutoCorrect( const String& rOldWord, const String& rNewWord );
// virtual String GetCurrentWord() const; // virtual String GetCurrentWord() const;
#else
virtual void ChangeWord( const UniString& rNewWord, const USHORT nLang );
virtual void ChangeThesWord( const UniString& rNewWord );
// virtual void ChangeAll( const UniString& rNewWord );
virtual void AutoCorrect( const UniString& rOldWord, const UniString& rNewWord );
// virtual UniString GetCurrentWord() const;
#endif
public: public:
EditSpellWrapper( Window* pWin, EditSpellWrapper( Window* pWin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment