diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 10:19:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 10:19:26 +0000 |
commit | 1bbd914e224702fff8f3aba40cd109874672eb22 (patch) | |
tree | 16cf74c05007651be28282cfef7c49e37b2df3ee /svtools/bmpmaker | |
parent | e5d99dfa73f6c8b544d64ba2289ef68ea8e3321a (diff) |
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/bmpgui.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/bmpmaker/bmpgui.cxx b/svtools/bmpmaker/bmpgui.cxx index f971ec707c80..50ff249af8f7 100644 --- a/svtools/bmpmaker/bmpgui.cxx +++ b/svtools/bmpmaker/bmpgui.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bmpgui.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:11:54 $ + * last change: $Author: rt $ $Date: 2006-12-05 11:19:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -427,8 +427,6 @@ BOOL SVMain(); SAL_IMPLEMENT_MAIN() { - (void)argc; // avoid warning - (void)argv; // avoid warning SVMain(); return 0; } |