diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:36:01 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:36:01 +0000 |
commit | 0e347b4f6bd18909054d9991e0f22388de71cd71 (patch) | |
tree | 85339d1e05d0dcef3401f1f327d396b1cb2e808a /sfx2/source | |
parent | 6d309917159c662b14ff917b1b90d1386201a824 (diff) |
INTEGRATION: CWS bgdlremove (1.72.154); FILE MERGED
2007/05/25 14:58:16 kso 1.72.154.2: RESYNC: (1.72-1.73); FILE MERGED
2007/05/18 11:26:26 kso 1.72.154.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index c017d32c3da8..a48db6b17bc0 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxhelp.cxx,v $ * - * $Revision: 1.73 $ + * $Revision: 1.74 $ * - * last change: $Author: vg $ $Date: 2007-05-22 20:17:15 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:36:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -245,7 +245,7 @@ sal_Bool GetHelpAnchor_Impl( const String& _rURL, String& _rAnchor ) try { - ::ucb::Content aCnt( INetURLObject( _rURL ).GetMainURL( INetURLObject::NO_DECODE ), + ::ucbhelper::Content aCnt( INetURLObject( _rURL ).GetMainURL( INetURLObject::NO_DECODE ), Reference< ::com::sun::star::ucb::XCommandEnvironment > () ); if ( ( aCnt.getPropertyValue( ::rtl::OUString::createFromAscii( "AnchorName" ) ) >>= sAnchor ) ) { |