summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-07-19 12:42:24 +0000
committerTino Rachui <tra@openoffice.org>2001-07-19 12:42:24 +0000
commit008aed387baeea56cc39dd30ef061b4eca28fde7 (patch)
treeca1d3865a00d762216064d3f8ed0fd29e90b30bb /dtrans
parent557390c7af8505d9503a2568d733c89daefad532 (diff)
CAutoComInit in flushclipboard removed because its not necessary to initialize com in this method
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
index 10679ffe23f1..e69efdd859b3 100644
--- a/dtrans/source/win32/mtaole/MtaOleClipb.cxx
+++ b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MtaOleClipb.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tra $ $Date: 2001-07-19 12:39:21 $
+ * last change: $Author: tra $ $Date: 2001-07-19 13:42:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -297,8 +297,6 @@ HRESULT CMtaOleClipboard::flushClipboard( )
return E_FAIL;
}
- CAutoComInit comAutoInit;
-
OSL_ENSURE( GetCurrentThreadId( ) != m_uOleThreadId, \
"flushClipboard from within clipboard sta thread called" );