summaryrefslogtreecommitdiff
path: root/linguistic/source/defs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 10:49:17 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 13:03:34 +0000
commita111044babf3ee929baf548b7ad29df0a419293b (patch)
tree8cf76a780fdf714a4dda0aac88bda6fa94a8d874 /linguistic/source/defs.hxx
parentd1046e7c3f66e5f3384ee1ef534ef28346702fc6 (diff)
loplugin:unusedmethods linguistic
Change-Id: I0a2aac4965c444dbd868515549dcc9b1571166cb Reviewed-on: https://gerrit.libreoffice.org/17067 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'linguistic/source/defs.hxx')
-rw-r--r--linguistic/source/defs.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx
index b6eca651d4f8..ba67076cc0f8 100644
--- a/linguistic/source/defs.hxx
+++ b/linguistic/source/defs.hxx
@@ -56,11 +56,6 @@ struct LangSvcEntries
aSvcImplNames[0] = rSvcImplName;
}
- bool IsAlreadyWarned() const { return bAlreadyWarned; }
- void SetAlreadyWarned( bool bVal ) { bAlreadyWarned = bVal; }
- bool IsDoWarnAgain() const { return bDoWarnAgain; }
- void SetDoWarnAgain( bool bVal ) { bDoWarnAgain = bVal; }
-
inline void Clear()
{
aSvcImplNames.realloc(0);
@@ -111,7 +106,6 @@ public:
virtual void SetServiceList( const css::lang::Locale &rLocale, const css::uno::Sequence< OUString > &rSvcImplNames ) = 0;
virtual css::uno::Sequence< OUString > GetServiceList( const css::lang::Locale &rLocale ) const = 0;
- virtual DspType GetDspType() const = 0;
protected:
~LinguDispatcher() {}