diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:51:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:51:49 +0200 |
commit | 08de2ef50f93a768fd735047fcbd59bfd9e25fe5 (patch) | |
tree | fd866740e522cc285403476c00c01fbd7b5e229c /linguistic | |
parent | d66af0955d917d509192ca5892f2504edc41c1ec (diff) |
-Werror,-Wunused-variable
Change-Id: I90ad58235c07b0336a9cee5981a57b9ad16312e7
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 5544aeeb172c..efde32c9b067 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -355,7 +355,6 @@ void GrammarCheckingIterator::ProcessResult( rRes.nBehindEndOfSentencePosition <= rRes.nStartOfNextSentencePosition; (void) bBoundariesOk; DBG_ASSERT( bBoundariesOk, "inconsistent sentence boundaries" ); - uno::Sequence< linguistic2::SingleProofreadingError > aErrors = rRes.aErrors; uno::Reference< text::XMultiTextMarkup > xMulti( rRes.xFlatParagraph, uno::UNO_QUERY ); if (xMulti.is()) // use new API for markups @@ -492,9 +491,6 @@ uno::Reference< linguistic2::XProofreader > GrammarCheckingIterator::GetGrammarC void GrammarCheckingIterator::DequeueAndCheck() { - uno::Sequence< sal_Int32 > aLangPortions; - uno::Sequence< lang::Locale > aLangPortionsLocale; - for (;;) { // ---- THREAD SAFE START ---- |