summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-12-05 10:19:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-12-05 10:19:26 +0000
commit1bbd914e224702fff8f3aba40cd109874672eb22 (patch)
tree16cf74c05007651be28282cfef7c49e37b2df3ee /svtools/bmpmaker
parente5d99dfa73f6c8b544d64ba2289ef68ea8e3321a (diff)
#i10000#,#i71307# Do not declare 'argc' and 'argv' here.
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpgui.cxx6
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;
}