diff options
Diffstat (limited to 'include/svtools/parrtf.hxx')
-rw-r--r-- | include/svtools/parrtf.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/parrtf.hxx b/include/svtools/parrtf.hxx index 0e870f685c89..cd846e6f2294 100644 --- a/include/svtools/parrtf.hxx +++ b/include/svtools/parrtf.hxx @@ -63,9 +63,9 @@ protected: public: SvRTFParser( SvStream& rIn, sal_uInt8 nStackSize = 3 ); - virtual SvParserState CallParser() override; // Aufruf des Parsers + virtual SvParserState CallParser() override; // calling the parser - // fuers asynchrone lesen aus dem SvStream + // for asynchronous read from the SvStream virtual void Continue( int nToken ) override; }; |