summaryrefslogtreecommitdiff
path: root/linguistic/source/gciterator.cxx
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/gciterator.cxx
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/gciterator.cxx')
-rw-r--r--linguistic/source/gciterator.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx
index a489f35215db..b15acb1e6474 100644
--- a/linguistic/source/gciterator.cxx
+++ b/linguistic/source/gciterator.cxx
@@ -1132,14 +1132,6 @@ uno::Sequence< OUString > GrammarCheckingIterator::GetServiceList(
}
-LinguDispatcher::DspType GrammarCheckingIterator::GetDspType() const
-{
- return DSP_GRAMMAR;
-}
-
-
-
-
static OUString GrammarCheckingIterator_getImplementationName() throw()
{
return OUString( "com.sun.star.lingu2.ProofreadingIterator" );