diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 15:31:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 15:31:58 +0000 |
commit | 9d13013128eac998bd69c415f16a1572401adf55 (patch) | |
tree | d9f0f52a50f338831e2021d7e663e4aafb091384 /odk/examples/DevelopersGuide/Components/CppComponent | |
parent | f9063d1a45799e2b8e7fec0230c3af87a73477e8 (diff) |
INTEGRATION: CWS jsc12 (1.2.84); FILE MERGED
2006/07/14 15:11:57 jsc 1.2.84.1: #i67376# adapt example code
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/CppComponent')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx index 8936db03..e00a6b58 100644 --- a/odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx +++ b/odk/examples/DevelopersGuide/Components/CppComponent/TestCppComponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TestCppComponent.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-01-31 16:13:24 $ + * last change: $Author: ihi $ $Date: 2006-08-01 16:31:58 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -52,7 +52,7 @@ using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::frame; -int SAL_CALL main( int argc, char **argv ) +int SAL_CALL main( int, char ** ) { try { |