From b52ae559562c777a3c231b1e50cfc346116a62a3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 28 Oct 2004 15:28:08 +0000 Subject: INTEGRATION: CWS valgrind02 (1.2.194); FILE MERGED 2004/10/11 17:25:28 mhu 1.2.194.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function. --- i18npool/source/breakiterator/gendict.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'i18npool') diff --git a/i18npool/source/breakiterator/gendict.cxx b/i18npool/source/breakiterator/gendict.cxx index e64af9f751a3..713e589ed747 100644 --- a/i18npool/source/breakiterator/gendict.cxx +++ b/i18npool/source/breakiterator/gendict.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gendict.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2002-03-26 16:55:00 $ + * last change: $Author: rt $ $Date: 2004-10-28 16:28:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,7 @@ #include #include #include +#include #include #include #include @@ -70,7 +71,8 @@ using namespace ::rtl; /* Main Procedure */ -int SAL_CALL main(int argc, char* argv[]) { +SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) +{ FILE *sfp, *cfp; if (argc < 3) exit(-1); -- cgit