diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-06 08:16:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-06 08:16:43 +0000 |
commit | ab57ad39dea31ec95a8b8a6fcae32191009e287d (patch) | |
tree | 896e0eb77abe43deabe34868974d5ae566a4d65a /dtrans | |
parent | 1d4093300900f5ea803f59812291e4c475dd126c (diff) |
INTEGRATION: CWS vcl41 (1.6.40); FILE MERGED
2005/06/16 16:55:28 pl 1.6.40.1: #123063# fix a synchronization issue
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_clipboard.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dtrans/source/X11/X11_clipboard.hxx b/dtrans/source/X11/X11_clipboard.hxx index 69f7da0b9887..031d12be7529 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-12-01 11:25:29 $ + * last change: $Author: obo $ $Date: 2005-07-06 09:16:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,8 +93,6 @@ namespace x11 { >, public SelectionAdaptor { - ::osl::Mutex m_aMutex; - Reference< ::com::sun::star::datatransfer::XTransferable > m_aContents; Reference< ::com::sun::star::datatransfer::clipboard::XClipboardOwner > m_aOwner; |