summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:41:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:41:06 +0000
commitf826d1ad31549c8b92a5a5d1b3a15b712532afe8 (patch)
treef0b10defdba902ed7ec34256471e8099f0f8f55a /sc/source/filter/inc/xcl97esc.hxx
parent62c218d7fdc655a6d8f69bed4043ae01d9b157a3 (diff)
INTEGRATION: CWS dr32 (1.8.148); FILE MERGED
2005/01/20 13:41:17 dr 1.8.148.1: #i40570# removed more RootData stuff
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index 4a8eee02c797..bb271b08e6aa 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xcl97esc.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:47:03 $
+ * last change: $Author: vg $ $Date: 2005-02-21 13:41:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,7 +166,7 @@ public:
inline XclEscherEx* GetEx() const { return pEx; }
inline SvStream& GetStrm() const { return *pStrm; }
- void AddSdrPage( RootData& rRootData );
+ void AddSdrPage( const XclExpRoot& rRoot );
};