summaryrefslogtreecommitdiff
path: root/sw/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/inc
parent8f144b31992e181fa02df61dc78eea09d253613e (diff)
access the html.vor only at used time, not in startup
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 6ec9e5ec318a..0eab6aa06e46 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shellio.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mib $ $Date: 2001-03-06 11:08:07 $
+ * last change: $Author: jp $ $Date: 2001-04-05 15:00:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,6 +268,9 @@ protected:
BOOL bReadUTF8: 1; // Stream als UTF-8 interpretieren
BOOL bBlockMode: 1;
BOOL bOrganizerMode : 1;
+ BOOL bHasAskTemplateName : 1;
+
+ virtual String GetTemplateName() const;
public:
Reader();