diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:35:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 13:35:58 +0000 |
commit | 15c6fee3113ca89c09c9ba1b33fa0dc0d0d0ab19 (patch) | |
tree | 304d794fe9c846431b0583289636eebfe2570cd4 /svx/source/gengal | |
parent | 68cb5e824f31b58e24948bdad0d90d53cabbde8c (diff) |
INTEGRATION: CWS bgdlremove (1.8.116); FILE MERGED
2007/05/18 11:33:54 kso 1.8.116.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'svx/source/gengal')
-rw-r--r-- | svx/source/gengal/gengal.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gengal/gengal.cxx b/svx/source/gengal/gengal.cxx index 606ddcda03d0..278af029aac6 100644 --- a/svx/source/gengal/gengal.cxx +++ b/svx/source/gengal/gengal.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gengal.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2007-01-23 08:59:53 $ + * last change: $Author: ihi $ $Date: 2007-06-05 14:35:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -280,7 +280,7 @@ void GalApp::Main() aArgs[4] <<= rtl::OUString::createFromAscii("PORTAL"); aArgs[5] <<= aEmpty; - if (! ::ucb::ContentBroker::initialize( xMSF, aArgs ) ) + if (! ::ucbhelper::ContentBroker::initialize( xMSF, aArgs ) ) fprintf( stderr, "Failed to init content broker\n" ); bool bHelp = false; |