diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:05:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 19:05:10 +0000 |
commit | 86cebdca3eb3973dc1d49f843058232b8abb08bb (patch) | |
tree | 7fb3c1779bbffa4500fd6d2f7deab86a8ae5b5f3 /xml2cmp | |
parent | 568463a29534d49e282092ab5cfe003b24718fd8 (diff) |
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2005/10/12 12:42:12 np 1.9.4.1: #i53898#
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/cr_index.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/cr_index.cxx b/xml2cmp/source/xcd/cr_index.cxx index 88a7d26b9e0f..7e9eba7037e8 100644 --- a/xml2cmp/source/xcd/cr_index.cxx +++ b/xml2cmp/source/xcd/cr_index.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cr_index.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:01:25 $ + * last change: $Author: hr $ $Date: 2006-06-19 20:05:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ Simstr sIdlRootPath; Index::Index( const char * i_sOutputDirectory, const char * i_sIdlRootPath, - const List<Simstr> & i_rTagList ) + const List<Simstr> & ) : aService2Module(20), aModule2Service(20), sOutputDirectory(i_sOutputDirectory), |