diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:12:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:12:04 +0000 |
commit | f32adc6a7a9ae8ecc411c5acfa216c5eecab7918 (patch) | |
tree | 5d3ace5b9bb09635ab3154f7edd6078e2a471cb9 | |
parent | 9aa8cd1b0d7eb55b5b49241a456b932baee824c0 (diff) |
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2005/11/01 17:10:20 cd 1.6.4.1: #i53898# Warning free code for sun sparc compiler
-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 >(); } //------------------------------------------------------------------------- |