summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdxfer.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-08-29 11:29:15 +0000
committerKai Ahrens <ka@openoffice.org>2001-08-29 11:29:15 +0000
commitebeefb6a352cb23d530fc6f7d64cb7e33f0d7112 (patch)
treec6ef23f2d52a2a33b5e45a9e2b013aefe7983d94 /sd/source/ui/inc/sdxfer.hxx
parentd30786d84c477eeeb69321a56f088ee67c992d88 (diff)
#91557#: added ::getImplementation (uses XUnoTunnel)
Diffstat (limited to 'sd/source/ui/inc/sdxfer.hxx')
-rw-r--r--sd/source/ui/inc/sdxfer.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx
index 117eab2b66f4..73cc0d95d9b2 100644
--- a/sd/source/ui/inc/sdxfer.hxx
+++ b/sd/source/ui/inc/sdxfer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdxfer.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ka $ $Date: 2001-08-29 08:25:36 $
+ * last change: $Author: ka $ $Date: 2001-08-29 12:22:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,6 +147,10 @@ public:
BOOL IsInternalMove() const { return bInternalMove; }
BOOL HasSourceDoc( const SdDrawDocument* pDoc ) const { return( pSourceDoc == pDoc ); }
+
+public:
+
+ static SdTransferable* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxData ) throw();
};
#endif // _SD_SDXFER_HXX