summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-26 07:13:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-26 07:13:23 +0000
commite7c1d3d0e1ec1735e116067ad4dacf64f2ef88af (patch)
tree2797b8aba2989239be3b7e5a3cadf550cdf2918c /sw/inc/docsh.hxx
parent4e496e46687d5e014f9203d5e97988540229de25 (diff)
INTEGRATION: CWS os10 (1.21.56); FILE MERGED
2003/05/16 14:35:53 os 1.21.56.1: #109694# added _LoadStyles() method to control modification of source document
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 c6ebf04e74f4..729d54357bbd 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 15:24:41 $
+ * last change: $Author: vg $ $Date: 2003-05-26 08:13:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -276,6 +276,8 @@ public:
virtual void LoadStyles( SfxObjectShell& rSource );
+ void _LoadStyles( SfxObjectShell& rSource, BOOL bPreserveCurrentDocument );
+
// Seitenvorlagedialog anzeigen, ggf. auf Spaltenpage
void FormatPage( const String& rPage,
BOOL bColumn = FALSE,