summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-02-08 14:49:15 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-02-08 14:49:15 +0000
commit9933db5e329c52301f4a29a286419ee870d67d22 (patch)
tree3a802659c7df27c96120540194137b40dbc1181f /sw/inc/docsh.hxx
parent09a66a0aeb14b014491cedd40014d8313cac719d (diff)
Added InvalidateModel and ReactivateModel
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 67a3e3b82863..10a3ed6a472a 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2001-02-06 15:33:31 $
+ * last change: $Author: mtg $ $Date: 2001-02-08 15:49:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -304,6 +304,8 @@ public:
ULONG LoadStylesFromFile( const String& rURL, SwgReaderOption& rOpt,
BOOL bUnoCall );
+ void InvalidateModel();
+ void ReactivateModel();
};
inline BOOL SwDocShell::SaveAsChilds( SvStorage *pStor )