diff options
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/defs.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx index a42cd8936f1d..f356a494a4ea 100644 --- a/linguistic/source/defs.hxx +++ b/linguistic/source/defs.hxx @@ -39,8 +39,6 @@ struct LangSvcEntries bool bAlreadyWarned; bool bDoWarnAgain; - LangSvcEntries() : nLastTriedSvcIndex(-1), bAlreadyWarned(false), bDoWarnAgain(false) {} - explicit LangSvcEntries( const css::uno::Sequence< OUString > &rSvcImplNames ) : aSvcImplNames(rSvcImplNames), nLastTriedSvcIndex(-1), bAlreadyWarned(false), bDoWarnAgain(false) |