summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-11-08 15:30:00 +0000
committerChristian Lippka <cl@openoffice.org>2001-11-08 15:30:00 +0000
commitc980b1c2c3d88c88d248ba5f3f7538466c5434a8 (patch)
treea022fb31e3b5fe996373dc1db2f72cd4c80003bd /sd/source/ui/inc/unomodel.hxx
parent45492c5ee59206608d7ea7c8fa34d468b84d8021 (diff)
#94204# added support for impress clipboard model
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 6891ef3fbe9e..ff05a01c977c 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2001-10-18 15:40:26 $
+ * last change: $Author: cl $ $Date: 2001-11-08 16:25:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,7 @@ private:
SdPage* InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate = sal_False ) throw();
sal_Bool mbImpressDoc;
+ sal_Bool mbClipBoard;
::com::sun::star::uno::WeakReference< ::com::sun::star::drawing::XDrawPages > mxDrawPagesAccess;
::com::sun::star::uno::WeakReference< ::com::sun::star::drawing::XDrawPages > mxMasterPagesAccess;
@@ -201,6 +202,7 @@ private:
void initializeDocument();
public:
SdXImpressDocument( SdDrawDocShell* pShell ) throw();
+ SdXImpressDocument( SdDrawDocument* pDoc, sal_Bool bClipBoard = sal_False ) throw();
virtual ~SdXImpressDocument() throw();
// intern