INTEGRATION: CWS tl32 (1.4.56); FILE MERGED

2006/10/26 11:25:48 tl 1.4.56.1: #140479# make linguistic warning-free
This commit is contained in:
Vladimir Glazounov 2007-05-25 11:21:35 +00:00
parent b1920c5424
commit a9b70e29bb

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: convdicxml.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -131,7 +131,7 @@ class ConvDicXMLImport : public SvXMLImport
public: public:
//!! see comment for pDic member //!! see comment for pDic member
ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString &rFileName ) : ConvDicXMLImport( ConvDic *pConvDic, const rtl::OUString /*&rFileName*/ ) :
SvXMLImport ( utl::getProcessServiceFactory(), IMPORT_ALL ), SvXMLImport ( utl::getProcessServiceFactory(), IMPORT_ALL ),
pDic ( pConvDic ) pDic ( pConvDic )
{ {