summaryrefslogtreecommitdiff
path: root/sd/inc/cusshow.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-23 07:53:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-23 07:53:08 +0000
commit9826f619e485a08eb73d3b64c4e9540b435a44bb (patch)
tree8e848d1edf4f60ee977439b1d5003c7c04092b62 /sd/inc/cusshow.hxx
parentc38a623acad40ce292d79c8bdfea39407f1d6dcf (diff)
INTEGRATION: CWS impress115 (1.6.32); FILE MERGED
2007/01/05 15:05:33 cl 1.6.32.1: #i43124# fixed replacing of slides in custom shows
Diffstat (limited to 'sd/inc/cusshow.hxx')
-rw-r--r--sd/inc/cusshow.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/inc/cusshow.hxx b/sd/inc/cusshow.hxx
index 8dd36b64d35b..2802cdc10991 100644
--- a/sd/inc/cusshow.hxx
+++ b/sd/inc/cusshow.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cusshow.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:19:14 $
+ * last change: $Author: obo $ $Date: 2007-01-23 08:53:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,7 @@
#endif
class SdDrawDocument;
+class SdPage;
/*************************************************************************
|*
@@ -90,6 +91,9 @@ public:
SdDrawDocument* GetDoc() const { return pDoc; }
+ void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
+ void RemovePage( const SdPage* pPage );
+
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoCustomShow();
};