summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:24:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:24:54 +0000
commiteb6bdccf0bd5f0e29776eac41cbd361e9201b796 (patch)
treed008ecfc704f268aea84ae928794cfa84c395898 /configmgr
parentd34760c5a44b4ac195bb09cc87c3f64d83bc25c0 (diff)
INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED
2005/11/01 12:47:21 cd 1.12.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/localbe/localfilelayer.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/configmgr/source/localbe/localfilelayer.cxx b/configmgr/source/localbe/localfilelayer.cxx
index b9e034aad0..a4aa03a6eb 100644
--- a/configmgr/source/localbe/localfilelayer.cxx
+++ b/configmgr/source/localbe/localfilelayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localfilelayer.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:03:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:24:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -224,9 +224,7 @@ void BasicLocalFileLayer::readData(
sMsg.appendAscii("LocalFileLayer - Cannot readData: ").append(ioe.Message);
throw backend::BackendAccessException(sMsg.makeStringAndClear(),pContext,uno::makeAny(ioe));
- }
- break;
-
+ }
}
}
//------------------------------------------------------------------------------