diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:04:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:04:35 +0000 |
commit | dd4d3082c29e8cd76923889c7f63e0dc3be53837 (patch) | |
tree | 710eab059f8c7f4b33c6355bcbf3a07f205b2b18 /unotools | |
parent | 479306965ed5070379f6314629f688cc40a40237 (diff) |
INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED
2006/01/25 18:00:11 sb 1.18.10.3: RESYNC: (1.19-1.20); FILE MERGED
2005/11/07 17:01:04 pl 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED
2005/10/21 09:48:51 dbo 1.18.10.1: #i53898# warning free code
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index d048005f33fa..7ff9e30cec02 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2005-11-17 18:00:25 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:04:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -358,22 +358,6 @@ PathStatus dbgCheckStatusOfURL(OUString const& _sURL) #endif static -bool normalizeURL(OUString & _sURL) -{ - using namespace osl; - - DirectoryItem aDirItem; - - bool bResult = DirectoryItem::get(_sURL, aDirItem) == DirectoryItem::E_None; - - if ( bResult ) - bResult = implNormalizeURL(_sURL,aDirItem); - - return bResult; -} -// --------------------------------------------------------------------------------------- - -static PathStatus checkStatusAndNormalizeURL(OUString & _sURL) { using namespace osl; @@ -925,6 +909,8 @@ Bootstrap::Status Bootstrap::Impl::initialize() case DATA_MISSING: result = INVALID_BASE_INSTALL; break; + default: + break; } } } |