diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:44:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:44:50 +0000 |
commit | 84a6c5bd82708df8561c4b8e1d697aa3f00a6a8b (patch) | |
tree | 83a26b5f899d4b1e40819fbb61cf7163e2c403c3 /sd/source/ui/inc/sdxfer.hxx | |
parent | da2242d64c8be2154024aa6316e6da6f67ffa248 (diff) |
INTEGRATION: CWS impresstables2 (1.17.44); FILE MERGED
2008/02/13 20:18:37 cl 1.17.44.1: #i68103# export table to rtf for clipboard
Diffstat (limited to 'sd/source/ui/inc/sdxfer.hxx')
-rw-r--r-- | sd/source/ui/inc/sdxfer.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx index 573a4ec9d53d..99545109fb5c 100644 --- a/sd/source/ui/inc/sdxfer.hxx +++ b/sd/source/ui/inc/sdxfer.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdxfer.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2006-12-12 17:48:39 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:44:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,6 +97,7 @@ public: const List& GetPageBookmarks() const { return maPageBookmarks; } ::sd::DrawDocShell* GetPageDocShell() const { return mpPageDocShell; } + sal_Bool SetTableRTF( SdDrawDocument*, const ::com::sun::star::datatransfer::DataFlavor& ); 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(); |