diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 09:19:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 09:19:45 +0000 |
commit | ecbabfb085fe09ea6f1dc19c22bdefa5887d598d (patch) | |
tree | d7f1620acf15321b0f948edcc3787d96cfa415b1 /slideshow/test | |
parent | f02b2e4fe75b73dd69aa53714b99020ceafec7c3 (diff) |
INTEGRATION: CWS transogl01 (1.3.4); FILE MERGED
2007/07/27 13:30:59 smmathews 1.3.4.1: Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'slideshow/test')
-rw-r--r-- | slideshow/test/demoshow.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx index f88d4f40a133..cfecaa8df450 100644 --- a/slideshow/test/demoshow.cxx +++ b/slideshow/test/demoshow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: demoshow.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2007-07-17 15:21:06 $ + * last change: $Author: rt $ $Date: 2007-11-09 10:19:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -568,13 +568,13 @@ void DemoApp::Main() uno::Sequence< uno::Any > aArgs( 2 ); aArgs[ 0 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL ); aArgs[ 1 ] <<= rtl::OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE ); - ::ucb::ContentBroker::initialize( xFactory, aArgs ); + ::ucbhelper::ContentBroker::initialize( xFactory, aArgs ); DemoWindow pWindow; pWindow.Execute(); // clean up UCB - ::ucb::ContentBroker::deinitialize(); + ::ucbhelper::ContentBroker::deinitialize(); } } |