summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-20 13:14:28 +0000
committerTino Rachui <tra@openoffice.org>2001-03-20 13:14:28 +0000
commita821301822c1a306aa340efc09c05711fc4b0ec4 (patch)
tree0def7b505c77b987278e8cccd61df0b68d8e6051 /dtrans
parent405ea9e6ea8ef8ada07ba206960ace6dc491377f (diff)
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx
index 07f30e4d0726..cd8b630c80a9 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: tra $ $Date: 2001-03-20 13:39:53 $
+ * last change: $Author: tra $ $Date: 2001-03-20 14:14:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -329,10 +329,8 @@ HRESULT CMtaOleClipboard::getClipboard( IDataObject** ppIDataObject )
}
if ( SUCCEEDED( hr ) )
- {
hr = UnmarshalIDataObjectAndReleaseStream( lpStream, ppIDataObject );
- lpStream->Release( );
- }
+
return hr;
}