summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-04-05 14:01:28 +0000
committerjp <jp@openoffice.org>2001-04-05 14:01:28 +0000
commit7fd993bfba10315f59525f5d2dbe12c130ed5841 (patch)
tree17891872825c1eba519a4e79eacfaa813807d0f5 /sw/source/filter/inc
parent8f144b31992e181fa02df61dc78eea09d253613e (diff)
access the html.vor only at used time, not in startup
Diffstat (limited to 'sw/source/filter/inc')
-rw-r--r--sw/source/filter/inc/fltini.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index d83692fd7518..66bf746d2782 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2000-12-02 11:04:42 $
+ * last change: $Author: jp $ $Date: 2001-04-05 15:00:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,7 @@ class HTMLReader: public Reader
// wir wollen die Streams / Storages nicht geoeffnet haben
virtual int SetStrmStgPtr();
virtual ULONG Read(SwDoc &,SwPaM &,const String &);
+ virtual String GetTemplateName() const;
public:
HTMLReader();
};