diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:21:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:21:35 +0000 |
commit | a9b70e29bbaade1fcdb330adbebd9f18bece116c (patch) | |
tree | ede033eec15af1cb9a47d9db1c6e937e3490444d /linguistic | |
parent | b1920c5424f33e3a29c76bf255d9c218bf001e8e (diff) |
INTEGRATION: CWS tl32 (1.4.56); FILE MERGED
2006/10/26 11:25:48 tl 1.4.56.1: #140479# make linguistic warning-free
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdicxml.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx index 3407fd22b9bb..c9dd3aaa7ef1 100644 --- a/linguistic/source/convdicxml.hxx +++ b/linguistic/source/convdicxml.hxx @@ -4,9 +4,9 @@ * * $RCSfile: convdicxml.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:49:46 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:21:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,7 +131,7 @@ class ConvDicXMLImport : public SvXMLImport public: //!! see comment for pDic member - ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString &rFileName ) : + ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString /*&rFileName*/ ) : SvXMLImport ( utl::getProcessServiceFactory(), IMPORT_ALL ), pDic ( pConvDic ) { |