summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drwtrans.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-02-14 18:15:49 +0000
committerNiklas Nebel <nn@openoffice.org>2001-02-14 18:15:49 +0000
commit36b377b96c88662d3627c9347c8c57f3df4b4ffa (patch)
tree576bf51e0db1a9bdc021f7c37a59247f7f8e2dbc /sc/source/ui/inc/drwtrans.hxx
parent46b348e139b82d2659a7c744833b572b105a393b (diff)
GetOwnClipboard
Diffstat (limited to 'sc/source/ui/inc/drwtrans.hxx')
-rw-r--r--sc/source/ui/inc/drwtrans.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx
index 9b956e811b8e..7fa7920605a6 100644
--- a/sc/source/ui/inc/drwtrans.hxx
+++ b/sc/source/ui/inc/drwtrans.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drwtrans.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-02-13 11:19:47 $
+ * last change: $Author: nn $ $Date: 2001-02-14 19:15:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,6 +106,10 @@ public:
virtual sal_Bool WriteObject( SotStorageStreamRef& rxOStm, void* pUserObject, sal_uInt32 nUserObjectId,
const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
virtual void ObjectReleased();
+
+ SdrModel* GetModel() { return pModel; }
+
+ static ScDrawTransferObj* GetOwnClipboard();
};
#endif