summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-22 09:58:45 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 10:16:36 +0200
commit1b80ad7246db991596f44ca58c4e4bd1e387e524 (patch)
tree7d9b9422aafb130fd2cbe75fadef21145cfebbd0 /linguistic
parentd6913850585eae90ea9179129fe7b60a2a4305ad (diff)
loplugin:unusedfields in lingu,lotuswordpro,mysqlc
Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/defs.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx
index ab86dfb7b1df..213f812a1c05 100644
--- a/linguistic/source/defs.hxx
+++ b/linguistic/source/defs.hxx
@@ -73,8 +73,6 @@ struct LangSvcEntries_Spell : public LangSvcEntries
struct LangSvcEntries_Grammar : public LangSvcEntries
{
- css::uno::Sequence< css::uno::Reference< css::linguistic2::XProofreader > > aSvcRefs;
-
LangSvcEntries_Grammar() : LangSvcEntries() {}
explicit LangSvcEntries_Grammar( const OUString &rSvcImplName ) : LangSvcEntries( rSvcImplName ) {}
};