summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:46:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:46:27 +0000
commitefd42cfb93be7343f0ef6f9cb689e6e33d43c9dc (patch)
treea1760b5a1ae041cb42d618ca1a223f34ce766341 /xmlsecurity
parent00826e7b9dd48b263f5ed976d1303aa3599a90e7 (diff)
INTEGRATION: CWS bgdlremove (1.29.4); FILE MERGED
2007/05/18 11:41:29 kso 1.29.4.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/component/documentdigitalsignatures.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlsecurity/source/component/documentdigitalsignatures.cxx b/xmlsecurity/source/component/documentdigitalsignatures.cxx
index 50979a395082..37f6d307c1be 100644
--- a/xmlsecurity/source/component/documentdigitalsignatures.cxx
+++ b/xmlsecurity/source/component/documentdigitalsignatures.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: documentdigitalsignatures.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: ihi $ $Date: 2007-04-17 10:15:06 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:46:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -384,14 +384,14 @@ void DocumentDigitalSignatures::showCertificate( const Reference< ::com::sun::st
INetURLObject aLocObjLowCase( Location.toAsciiLowerCase() ); // will be used for case insensitive comparing
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProvider > xContentProvider;
- ::ucb::ContentBroker* pBroker = NULL;
+ ::ucbhelper::ContentBroker* pBroker = NULL;
//warning free code
- //if ( aLocObj.GetProtocol() == INET_PROT_FILE && ( pBroker = ::ucb::ContentBroker::get() ) )
+ //if ( aLocObj.GetProtocol() == INET_PROT_FILE && ( pBroker = ::ucbhelper::ContentBroker::get() ) )
// xContentProvider = pBroker->getContentProviderInterface();
if ( aLocObj.GetProtocol() == INET_PROT_FILE)
{
- pBroker = ::ucb::ContentBroker::get();
+ pBroker = ::ucbhelper::ContentBroker::get();
if (pBroker)
xContentProvider = pBroker->getContentProviderInterface();
}