summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-10-21 09:28:39 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-10-21 09:28:39 +0000
commit392ec0e57f89fe864477830a57b4a1f52bbcf15a (patch)
treea064696b4e897956d42222af385705afb359c45d /ucb
parent287af5d5774d410586da397f5d2921e4f0c2b494 (diff)
#102945# - Completed support for new property "BaseURI".
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index dfdbd8747750..1c11e0258623 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavcontent.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kso $ $Date: 2002-09-24 14:15:49 $
+ * last change: $Author: kso $ $Date: 2002-10-21 10:28:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2528,9 +2528,6 @@ const rtl::OUString Content::getBaseURI()
"Content-Location" ) ) ) >>= aLocation;
if ( aLocation.getLength() )
{
-#if 0
- // @@@ rtl::Uri::convertRelToAbs not yet available, will be after release
- // of 6.1 EA2.
try
{
// Do not use m_xIdentifier->getContentIdentifier() because it
@@ -2542,7 +2539,6 @@ const rtl::OUString Content::getBaseURI()
catch ( rtl::MalformedUriException const & )
{
}
-#endif
}
}