summaryrefslogtreecommitdiff
path: root/sc/inc/drawpage.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-16 18:52:42 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-16 18:52:42 +0000
commit7de063b822c134e14d56d33068a80fa804e97b1e (patch)
treefaf7ea970cdc2ef7d888b7b5b20fed483c85dcf4 /sc/inc/drawpage.hxx
parentb3d46b16be20a1aceaeb76fb9648a015c86472ff (diff)
createUnoPage: use own subclass of page uno object
Diffstat (limited to 'sc/inc/drawpage.hxx')
-rw-r--r--sc/inc/drawpage.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index e75d2739f5e5..f0189798149f 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawpage.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: nn $ $Date: 2001-03-16 19:52:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ public:
~ScDrawPage();
virtual void RequestBasic();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage();
};