[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Sep 24 23:41:55 PDT 2012
sw/source/ui/inc/hyp.hxx | 1 -
sw/source/ui/lingu/hyp.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit bfac2df623965d96b3ddad7c3e6c15c0977e6f25
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 25 08:40:06 2012 +0200
-Werror,-Wunused-private-field
Change-Id: Iddd3afd4573e65a623db87feb804c25b39a51d77
diff --git a/sw/source/ui/inc/hyp.hxx b/sw/source/ui/inc/hyp.hxx
index 5ec1106..b997296 100644
--- a/sw/source/ui/inc/hyp.hxx
+++ b/sw/source/ui/inc/hyp.hxx
@@ -41,7 +41,6 @@ private:
::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XHyphenator > xHyph;
Link aOldLnk;
- LanguageType nLangError; // non existing language
sal_uInt16 nPageCount; // page count for progress view
sal_uInt16 nPageStart; // 1st checked page
sal_Bool bInSelection : 1; // seperating selected text
diff --git a/sw/source/ui/lingu/hyp.cxx b/sw/source/ui/lingu/hyp.cxx
index 1d3cfec..e7f42bd 100644
--- a/sw/source/ui/lingu/hyp.cxx
+++ b/sw/source/ui/lingu/hyp.cxx
@@ -59,7 +59,6 @@ SwHyphWrapper::SwHyphWrapper( SwView* pVw,
SvxSpellWrapper( &pVw->GetEditWin(), rxHyph, bStart, bOther ),
pView( pVw ),
xHyph( rxHyph ),
- nLangError( 0 ),
nPageCount( 0 ),
nPageStart( 0 ),
bInSelection( bSelect ),
More information about the Libreoffice-commits
mailing list