INTEGRATION: CWS bgdlremove (1.7.82); FILE MERGED

2007/05/18 09:05:41 kso 1.7.82.1: #i77419# - cleanup of ucbhelper namespaces.
This commit is contained in:
Ivo Hinkelmann 2007-06-05 13:44:30 +00:00
parent d4c0ad2860
commit bf33bf488a

View file

@ -4,9 +4,9 @@
*
* $RCSfile: filterdetect.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: rt $ $Date: 2006-12-01 14:33:02 $
* last change: $Author: ihi $ $Date: 2007-06-05 14:44:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -212,7 +212,7 @@ Reference< com::sun::star::frame::XModel > xModel;
Reference< com::sun::star::ucb::XCommandEnvironment > xEnv;
if (!xInStream.is())
{
::ucb::Content aContent(sUrl,xEnv);
::ucbhelper::Content aContent(sUrl,xEnv);
xInStream = aContent.openStream();
if (!xInStream.is())
{