From a9b70e29bbaade1fcdb330adbebd9f18bece116c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 May 2007 11:21:35 +0000 Subject: [PATCH] INTEGRATION: CWS tl32 (1.4.56); FILE MERGED 2006/10/26 11:25:48 tl 1.4.56.1: #140479# make linguistic warning-free --- linguistic/source/convdicxml.hxx | 6 +++--- 1 file 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 ) {