diff options
author | Tino Rachui <tra@openoffice.org> | 2001-03-06 12:53:37 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-03-06 12:53:37 +0000 |
commit | 40e0e6ab396c99d3ca98398099f98a00f14e6a84 (patch) | |
tree | b3d12419e0d6611ea9a17d848629e8d4997733a0 /dtrans | |
parent | 6a4bedd820a83fc08410ec0bc425088eca454f7c (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipbImpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx index 5c79eeb5efd5..24d9a54716d5 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.cxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: WinClipbImpl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tra $ $Date: 2001-03-06 12:27:02 $ + * last change: $Author: tra $ $Date: 2001-03-06 13:53:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -192,7 +192,7 @@ void SAL_CALL CWinClipbImpl::setContents( const Reference< XTransferable >& xTra IDataObjectPtr pIDataObj( objFactory.createDataObjFromTransferable( m_pWinClipboard->m_SrvMgr , m_rCurrentClipbContent ) ); - // used to differentiate in ClipboardContent changed handler + // used to differentiate in ClipboardContentChanged handler m_bSelfTriggered = sal_True; MTASetClipboard( pIDataObj ); |