diff options
author | Eike Rathke <er@openoffice.org> | 2002-10-18 20:29:05 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-10-18 20:29:05 +0000 |
commit | b28263c7d183cb8a1ae1472b1f662622d595a7d0 (patch) | |
tree | 8089c3f620cc47108b1eb8e652713f22d837ea38 /i18npool | |
parent | 0b39a0abdaf5c16aeb7c1cc01e4fbe1b0c03e88e (diff) |
#93512# have types.rdb too
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/saxparser.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx index 7afdbbae8a54..be153bdcef4c 100644 --- a/i18npool/source/localedata/saxparser.cxx +++ b/i18npool/source/localedata/saxparser.cxx @@ -2,9 +2,9 @@ * * $RCSfile: saxparser.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: khong $ $Date: 2002-07-11 17:24:39 $ + * last change: $Author: er $ $Date: 2002-10-18 21:29:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -344,8 +344,8 @@ int SAL_CALL main (int argc, char **argv) { - if( argc < 5) { - printf( "usage : %s <locaLe> <XML inputfile> <destination file> <applicat.rdb location>\n", argv[0] ); + if( argc < 6) { + printf( "usage : %s <locaLe> <XML inputfile> <destination file> <services.rdb location> <types.rdb location>\n", argv[0] ); exit( 1 ); } @@ -354,7 +354,8 @@ int SAL_CALL main (int argc, char **argv) try { xSMgr = createRegistryServiceFactory( - ::rtl::OUString::createFromAscii(argv[4]) ); + ::rtl::OUString::createFromAscii(argv[4]), + ::rtl::OUString::createFromAscii(argv[5]) ); } catch ( Exception& ) { |