summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-02 10:52:24 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-02 10:52:24 +0000
commit5778a2da67e61a2960a5d04c36aa02100fb77e30 (patch)
treea16c097f5cc6f059548181e4e96dda7461dc3963 /sd/source/ui/inc
parente971154e13ebce5d243aa5d246c077dc719ac6b0 (diff)
INTEGRATION: CWS impress145 (1.35.50); FILE MERGED
2008/06/12 10:59:54 cl 1.35.50.1: #i73436# use only models with correct persist for clipboard
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/unomodel.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 3fa6819a5d3b..abc4803c499b 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: unomodel.hxx,v $
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
* This file is part of OpenOffice.org.
*
@@ -103,7 +103,7 @@ private:
SdPage* InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate = sal_False ) throw();
const sal_Bool mbImpressDoc;
- sal_Bool mbClipBoard;
+ bool mbClipBoard;
::com::sun::star::uno::WeakReference< ::com::sun::star::drawing::XDrawPages > mxDrawPagesAccess;
::com::sun::star::uno::WeakReference< ::com::sun::star::drawing::XDrawPages > mxMasterPagesAccess;
@@ -130,8 +130,8 @@ private:
void initializeDocument();
public:
- SdXImpressDocument( ::sd::DrawDocShell* pShell ) throw();
- SdXImpressDocument( SdDrawDocument* pDoc, sal_Bool bClipBoard = sal_False ) throw();
+ SdXImpressDocument( ::sd::DrawDocShell* pShell, bool bClipBoard = false ) throw();
+ SdXImpressDocument( SdDrawDocument* pDoc, bool bClipBoard = false ) throw();
virtual ~SdXImpressDocument() throw();
static rtl::Reference< SdXImpressDocument > GetModel( SdDrawDocument* pDoc );