summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xcl97esc.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-12-12 10:50:27 +0000
committerDaniel Rentz <dr@openoffice.org>2002-12-12 10:50:27 +0000
commitc81f957efa7764ff10be4e2d9e2b8c5a7ca385f0 (patch)
treee7f2319f5b6eca317f6430e4291c1b8da617b417 /sc/source/filter/inc/xcl97esc.hxx
parent8f7c415516f4b41c886e8b028f2108865d6a7b1a (diff)
#106213# empty escher stream broken
Diffstat (limited to 'sc/source/filter/inc/xcl97esc.hxx')
-rw-r--r--sc/source/filter/inc/xcl97esc.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index 6f38048f9a1a..952e09c6c626 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-12-20 11:10:25 $
+ * last change: $Author: dr $ $Date: 2002-12-12 11:50:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,6 +157,8 @@ public:
inline XclEscherEx* GetEx() const { return pEx; }
inline SvStream& GetStrm() const { return *pStrm; }
+
+ void AddSdrPage( RootData& rRootData );
};