diff options
-rw-r--r-- | package/source/xstor/xfactory.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/source/xstor/xfactory.cxx b/package/source/xstor/xfactory.cxx index c9463dddd099..bc9e29289f43 100644 --- a/package/source/xstor/xfactory.cxx +++ b/package/source/xstor/xfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xfactory.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:08:46 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:12:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -274,8 +274,6 @@ uno::Reference< uno::XInterface > SAL_CALL OStorageFactory::createInstanceWithAr } throw uno::Exception(); // general error during creation - // not reachable - return uno::Reference< uno::XInterface >(); } //------------------------------------------------------------------------- |