summaryrefslogtreecommitdiff
path: root/configmgr/workben/apitest/cfgupdate.cxx
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-09-28 12:32:56 +0000
committerJörg Barfurth <jb@openoffice.org>2001-09-28 12:32:56 +0000
commit4f92b9a429a3a56e69fbc5709038eb0f28708c41 (patch)
tree0fb867510d93398b3e95e2116561c7a9a061d729 /configmgr/workben/apitest/cfgupdate.cxx
parentca5ada12b231b55c4bf3debaf0ad0810bf9c7ec2 (diff)
Adjust to src641, some tests extended
Diffstat (limited to 'configmgr/workben/apitest/cfgupdate.cxx')
-rw-r--r--configmgr/workben/apitest/cfgupdate.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/workben/apitest/cfgupdate.cxx b/configmgr/workben/apitest/cfgupdate.cxx
index daa2d42ec8e6..06f7dcd23453 100644
--- a/configmgr/workben/apitest/cfgupdate.cxx
+++ b/configmgr/workben/apitest/cfgupdate.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgupdate.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jb $ $Date: 2001-06-20 20:55:05 $
+ * last change: $Author: jb $ $Date: 2001-09-28 13:32:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -361,7 +361,7 @@ void displayTree(Reference< XNameAccess > xIFace, sal_Int32 nLevel)
cout << "<" << aNames[i] << "/>";
}
- ::flush(cout);
+ cout.flush();
}
// -----------------------------------------------------------------------------
@@ -397,7 +397,7 @@ int _cdecl main( int argc, char * argv[] )
);
if (!xORB.is())
{
- ::flush(cout);
+ cout.flush();
cerr << "Could not create the service factory !\n\n";
return 1;
}
@@ -428,7 +428,7 @@ int _cdecl main( int argc, char * argv[] )
UNO_QUERY);
if (!xCfgProvider.is())
{
- ::flush(cout);
+ cout.flush();
cerr << "Could not create the configuration provider !\n\n";
return 3;
}
@@ -461,7 +461,7 @@ int _cdecl main( int argc, char * argv[] )
}
catch (Exception& e)
{
- ::flush(cout);
+ cout.flush();
cerr << "Caught exception: " << e.Message << endl;
}
/*