summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-02-23 14:39:25 +0000
committerJoachim Lingner <jl@openoffice.org>2001-02-23 14:39:25 +0000
commitba4b239e492c9cd0ed0dec283e8def6a2fa67445 (patch)
tree40cce2b27d17c1424aa97983d24c8edc1ef40b04 /dtrans
parent9149e9fa269053dee521ce9b9c345453beb659e5 (diff)
OleUnitialize removed from DropTarget::setActive
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/target.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx
index 8b8799861a52..e0145856720e 100644
--- a/dtrans/source/win32/dnd/target.cxx
+++ b/dtrans/source/win32/dnd/target.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: target.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jl $ $Date: 2001-02-20 12:57:10 $
+ * last change: $Author: jl $ $Date: 2001-02-23 15:39:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,8 +178,8 @@ void SAL_CALL DropTarget::setActive( sal_Bool _b ) throw(RuntimeException)
}
}
- if( SUCCEEDED(hrInit) )
- OleUninitialize();
+// if( SUCCEEDED(hrInit) )
+// OleUninitialize();
}
sal_Int8 SAL_CALL DropTarget::getDefaultActions( ) throw(RuntimeException)