INTEGRATION: CWS bunoidmap (1.33.8); FILE MERGED

2006/11/08 14:32:14 kr 1.33.8.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free
This commit is contained in:
Rüdiger Timm
2006-12-01 16:27:07 +00:00
parent cca2916075
commit ac4804fc4d

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: testcppu.cxx,v $
*
* $Revision: 1.33 $
* $Revision: 1.34 $
*
* last change: $Author: rt $ $Date: 2006-10-27 12:16:19 $
* last change: $Author: rt $ $Date: 2006-12-01 17:27:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1182,7 +1182,7 @@ void testArray(void)
/*
* main.
*/
SAL_IMPLEMENT_MAIN_WITH_ARGS(/*argc*/, /*argv*/)
SAL_IMPLEMENT_MAIN()
{
rtl::OUString const cppName(
RTL_CONSTASCII_USTRINGPARAM(CPPU_CURRENT_LANGUAGE_BINDING_NAME) );