summaryrefslogtreecommitdiff
path: root/stoc/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:07:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:07:47 +0000
commit828d33367b0e364fb155a78df8e39ab0077e4677 (patch)
tree98bc9106522bc3db196c7c2e53dd6ebaa19c5a65 /stoc/test
parent076c8f56eac0043731e143587c343f9681b4e76c (diff)
INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED
2006/02/01 13:04:13 sb 1.5.8.1: #i53898# Made code compile on unxsols4.
Diffstat (limited to 'stoc/test')
-rw-r--r--stoc/test/tdmanager/testtdmanager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/test/tdmanager/testtdmanager.cxx b/stoc/test/tdmanager/testtdmanager.cxx
index 1045a2900126..02fbec107299 100644
--- a/stoc/test/tdmanager/testtdmanager.cxx
+++ b/stoc/test/tdmanager/testtdmanager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testtdmanager.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:33:16 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:07:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -165,7 +165,7 @@ sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments)
"com.sun.star.registry.SimpleRegistry") ),
m_context ), css::uno::UNO_QUERY_THROW );
xReg->open( url, true /* read-only */, false /* ! create */ );
- css::uno::Any arg( makeAny(xReg) );
+ css::uno::Any arg( css::uno::makeAny(xReg) );
css::uno::Reference<css::container::XHierarchicalNameAccess> xTDprov(
m_context->getServiceManager()->
createInstanceWithArgumentsAndContext(
@@ -175,7 +175,7 @@ sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments)
css::uno::Sequence<css::uno::Any>( &arg, 1 ), m_context ),
css::uno::UNO_QUERY_THROW );
try {
- xSet->insert( makeAny(xTDprov) );
+ xSet->insert( css::uno::makeAny(xTDprov) );
if (! supposedToBeCompatible)
std::cerr << "current rdb file: " <<
rtl::OUStringToOString(