summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:25:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:25:59 +0000
commit467da2ed6b75676604ea76f1406e2643e2137503 (patch)
tree5de166e85c48c80d4baf007e4777726306bc9a9a /configmgr
parentff655b47d699542b20c27a1aafa4548779807172 (diff)
INTEGRATION: CWS warnings01 (1.4.38); FILE MERGED
2005/09/22 17:18:45 sb 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/06 12:27:42 cd 1.4.38.1: #i53898# Make code warning free
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/localbe/localstratumbase.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/configmgr/source/localbe/localstratumbase.cxx b/configmgr/source/localbe/localstratumbase.cxx
index 00effd464d..9b69d38d51 100644
--- a/configmgr/source/localbe/localstratumbase.cxx
+++ b/configmgr/source/localbe/localstratumbase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: localstratumbase.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:07:18 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:25:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,15 +122,10 @@ void SAL_CALL LocalStratumBase::initialize(const uno::Sequence<uno::Any>& aParam
}
- //OSL_TRACE ( " Url is %s " ,rtl::OUStringToOString(mStrataDataUrl, RTL_TEXTENCODING_ASCII_US).getStr());
- //validate DefaultDataUrls
- bool bOptional = checkOptionalArg(mStrataDataUrl);
-
// get modified base for special layer implementations (e.g. resources)
this->adjustBaseURL(mStrataDataUrl);
validateFileURL(mStrataDataUrl, *this);
- //NormalizeURL
implEnsureAbsoluteURL(mStrataDataUrl);
normalizeURL(mStrataDataUrl,*this, true);