diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-12-11 13:54:59 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-12-11 13:54:59 +0000 |
commit | 755305e55980e8d4e3b210ff7a13d50af9370206 (patch) | |
tree | 3588d5fe3d1703d079f09c438355724067065aca /sd/source/ui/inc/sdxfer.hxx | |
parent | 2c2b6cfa0ab3945afc8b492d77f633ab01c12d08 (diff) |
#95150#: optimized internal D&D from Navigator
Diffstat (limited to 'sd/source/ui/inc/sdxfer.hxx')
-rw-r--r-- | sd/source/ui/inc/sdxfer.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index 5ebb3d307219..792feb683b3f 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.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cl $ $Date: 2002-11-19 17:22:06 $ + * last change: $Author: ka $ $Date: 2002-12-11 14:54:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,8 @@ protected: virtual void DragFinished( sal_Int8 nDropAction ); virtual void ObjectReleased(); + virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( ::com::sun::star::uno::RuntimeException ); + public: SdTransferable( SdDrawDocument* pSrcDoc, SdView* pWorkView, BOOL bInitOnGetData ); @@ -159,6 +161,7 @@ public: public: + static const ::com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId(); static SdTransferable* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& rxData ) throw(); }; |