summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-18 11:24:01 +0200
committerNoel Grandin <noel@peralex.com>2014-03-18 11:25:17 +0200
commit85341374cb9c2244d8d681b1b44909a9fa829f11 (patch)
tree740b3c60f12081de825e776d11dd57ea76ce9652 /linguistic/source/convdicxml.hxx
parent309951d6d6fcea92a91b8074798158c00bf14040 (diff)
remove unused parameter
Change-Id: Iab723e78b0305dadee5598b21a9ea78093109b65
Diffstat (limited to 'linguistic/source/convdicxml.hxx')
-rw-r--r--linguistic/source/convdicxml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx
index de5fada1466e..21f48d650c8b 100644
--- a/linguistic/source/convdicxml.hxx
+++ b/linguistic/source/convdicxml.hxx
@@ -83,7 +83,7 @@ class ConvDicXMLImport : public SvXMLImport
public:
//!! see comment for pDic member
- ConvDicXMLImport( ConvDic *pConvDic, const OUString& /*&rFileName*/ ) :
+ ConvDicXMLImport( ConvDic *pConvDic ) :
SvXMLImport ( comphelper::getProcessComponentContext(), "com.sun.star.lingu2.ConvDicXMLImport", IMPORT_ALL ),
pDic ( pConvDic )
{