diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-03-10 07:32:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-03-10 07:32:14 +0000 |
commit | ab5abed12d35e7a7d7fcd8058f320bdc08e15b9a (patch) | |
tree | e4cee2acfb90c9271c802ec9bc59f5552e7d064f /sfx2 | |
parent | 66c72584116b5b465b609309bee904c5221472a0 (diff) |
#i10000# return impl_createInstance( 0 ) removed
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/sfxmodelfactory.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/sfxmodelfactory.cxx b/sfx2/source/doc/sfxmodelfactory.cxx index 01dca61bf536..042d0c3bf2a4 100644 --- a/sfx2/source/doc/sfxmodelfactory.cxx +++ b/sfx2/source/doc/sfxmodelfactory.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -149,7 +149,6 @@ namespace sfx2 //-------------------------------------------------------------------- Reference< XInterface > SAL_CALL SfxModelFactory::createInstance( ) throw (Exception, RuntimeException) { - return impl_createInstance( 0 ); return createInstanceWithArguments( Sequence< Any >() ); } |