Kaydet (Commit) ab5abed1 authored tarafından Oliver Bolte's avatar Oliver Bolte

#i10000# return impl_createInstance( 0 ) removed

üst 66c72584
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: sfxmodelfactory.cxx,v $ * $RCSfile: sfxmodelfactory.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: kz $ $Date: 2008-03-06 19:56:18 $ * last change: $Author: obo $ $Date: 2008-03-10 08:32:14 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -149,7 +149,6 @@ namespace sfx2 ...@@ -149,7 +149,6 @@ namespace sfx2
//-------------------------------------------------------------------- //--------------------------------------------------------------------
Reference< XInterface > SAL_CALL SfxModelFactory::createInstance( ) throw (Exception, RuntimeException) Reference< XInterface > SAL_CALL SfxModelFactory::createInstance( ) throw (Exception, RuntimeException)
{ {
return impl_createInstance( 0 );
return createInstanceWithArguments( Sequence< Any >() ); return createInstanceWithArguments( Sequence< Any >() );
} }
......
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