diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 10:25:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 10:25:29 +0000 |
commit | b332fc6e0e1958de6e04c58064b9f1116ba7a11a (patch) | |
tree | 0cb2289475e8164c6db64c8f0b6aaf1a43ca3fcd /dtrans | |
parent | 77e90cb33d351c2ed23d6216be0eea6239b830f7 (diff) |
INTEGRATION: CWS geordi2q09 (1.5.102); FILE MERGED
2003/11/21 11:03:47 obo 1.5.102.1: #111934#: join CWS pmselectedfixes2
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_clipboard.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_clipboard.hxx b/dtrans/source/X11/X11_clipboard.hxx index 4ff746f658f8..69f7da0b9887 100644 --- a/dtrans/source/X11/X11_clipboard.hxx +++ b/dtrans/source/X11/X11_clipboard.hxx @@ -2,9 +2,9 @@ * * $RCSfile: X11_clipboard.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: pl $ $Date: 2001-09-11 11:23:56 $ + * last change: $Author: rt $ $Date: 2003-12-01 11:25:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,6 +176,7 @@ namespace x11 { virtual Reference< ::com::sun::star::datatransfer::XTransferable > getTransferable(); virtual void clearTransferable(); virtual void fireContentsChanged(); + virtual Reference< XInterface > getReference() throw(); }; // ------------------------------------------------------------------------ |