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 | be9be546bca14de838429212fcf99d31a588978c (patch) | |
tree | 67813a06ec29c2b7c987db85e923e4916db1a093 /sd/source | |
parent | b5ff8a1ab7d336edc79694549c1ed4938739633a (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')
-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 30053f68a..281896dec 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(); |