summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:36:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:36:01 +0000
commit3748630c8d4a7ecb59368e708d03f4e5c1d4fb68 (patch)
tree2832ca7ff8a23ce3ce75b43703926cba87568365 /sfx2/source/appl/sfxhelp.cxx
parent80c4ec384a81a97ece402abee569f2b555b23e44 (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/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 99a96192a1..35942f6feb 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 ) )
{