Kaydet (Commit) b426d467 authored tarafından Daniel Boelzle's avatar Daniel Boelzle

#107130# misc cleanup

üst 174da4fb
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: dbo $ $Date: 2003-03-28 10:17:42 $
# last change: $Author: dbo $ $Date: 2003-04-25 14:04:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -82,7 +82,8 @@ ALLTAR : \
CSFILES = \
uno$/QueryInterface.cs \
uno$/Runtime.cs \
uno$/util$/ServiceImplementationAttribute.cs \
uno$/ServiceImplementationAttribute.cs \
uno$/SingletonAttribute.cs \
uno$/util$/DisposeGuard.cs \
uno$/util$/WeakAdapter.cs \
uno$/util$/WeakBase.cs \
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: DisposeGuard.cs,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: dbo $ $Date: 2003-04-07 09:40:44 $
* last change: $Author: dbo $ $Date: 2003-04-25 14:04:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -78,8 +78,8 @@ public struct DisposeGuard : IDisposable
*/
public DisposeGuard( Object obj )
{
m_xComponent = (XComponent) uno.Runtime.queryInterface_throw(
typeof (XComponent), obj );
m_xComponent = (XComponent) uno.Runtime.queryInterface(
typeof (XComponent), obj, uno.Runtime.QueryOption.Throw );
}
/** ctor.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment