diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2009-11-09 13:38:02 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2009-11-09 13:38:02 +0000 |
commit | c89349ba900d454428bbb7e97743e0b2bdf9558b (patch) | |
tree | e77cd2ff27763436394daf13502dd8ea92adc7f9 /odk | |
parent | d7a296cdc07bdf14d4b77863f4a9cc2ade9106f7 (diff) |
#i106584# remove argc, argv from macro
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/cpp/counter/countermain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx index 3a004d3be4cb..ce3b277e3044 100644 --- a/odk/examples/cpp/counter/countermain.cxx +++ b/odk/examples/cpp/counter/countermain.cxx @@ -72,7 +72,7 @@ using namespace ::rtl; //======================================================================= -SAL_IMPLEMENT_MAIN(argc, argv) +SAL_IMPLEMENT_MAIN() { Reference< XSimpleRegistry > xReg = createSimpleRegistry(); OSL_ENSURE( xReg.is(), "### cannot get service instance of \"com.sun.star.regiystry.SimpleRegistry\"!" ); |