diff options
Diffstat (limited to 'sw/source/filter/inc/fltini.hxx')
-rw-r--r-- | sw/source/filter/inc/fltini.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx index af34201e27dd..d83692fd7518 100644 --- a/sw/source/filter/inc/fltini.hxx +++ b/sw/source/filter/inc/fltini.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fltini.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2000-11-20 13:04:22 $ + * last change: $Author: mib $ $Date: 2000-12-02 11:04:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -153,6 +153,8 @@ class XMLReader : public Reader { virtual ULONG Read(SwDoc &,SwPaM &,const String &); public: + virtual int GetReaderType(); + XMLReader(); }; |