diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:19:19 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 08:19:19 +0000 |
commit | 5b6f8b018847749d5e9b3cc7f73f86ea4ce87bfb (patch) | |
tree | c6c6f0d7719bb941bc5ed34c4a271cd4d5781fdb /sc/inc/drwlayer.hxx | |
parent | b670633f940815646ba24da9b12657748ba1e088 (diff) |
INTEGRATION: CWS aw019 (1.11.154); FILE MERGED
2004/10/18 17:28:29 aw 1.11.154.2: RESYNC: (1.11-1.12); FILE MERGED
2004/09/30 10:16:55 aw 1.11.154.1: #i11190#
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r-- | sc/inc/drwlayer.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx index 14b9411984bd..48a619478ddd 100644 --- a/sc/inc/drwlayer.hxx +++ b/sc/inc/drwlayer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2004-10-04 20:03:52 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 09:19:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,8 +162,8 @@ public: void UpdateBasic(); // DocShell-Basic in DrawPages setzen void UseHyphenator(); - void Load( SvStream& rStream ); - void Store( SvStream& rStream ) const; +//BFS03 void Load( SvStream& rStream ); +//BFS03 void Store( SvStream& rStream ) const; BOOL GetPrintArea( ScRange& rRange, BOOL bSetHor, BOOL bSetVer ) const; |