diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 15:37:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 15:37:11 +0000 |
commit | a2717a2b5ab5e11c556487d0c4403d86bdcdd18d (patch) | |
tree | e415ce2a7e5325e5c5d162e4ae092f45a65c966a /odk/examples/DevelopersGuide/OfficeDev/Clipboard | |
parent | ec50b320611e494cb02faf097d34a3bb605eeae2 (diff) |
INTEGRATION: CWS sdksample (1.3.124); FILE MERGED
2004/06/17 11:02:27 jsc 1.3.124.1: #i29308# use of new UNO bootstrap feature
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Clipboard')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java index 0d6ecc04b628..ad32af304b1d 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Clipboard/TextTransferable.java @@ -2,9 +2,9 @@ * * $RCSfile: TextTransferable.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:33:22 $ + * last change: $Author: rt $ $Date: 2005-01-31 16:37:11 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,8 +38,9 @@ * *************************************************************************/ -import com.sun.star.datatransfer.*; -import com.sun.star.datatransfer.clipboard.*; +import com.sun.star.datatransfer.DataFlavor; +import com.sun.star.datatransfer.UnsupportedFlavorException; +import com.sun.star.datatransfer.XTransferable; import com.sun.star.uno.Type; //--------------------------------------- |