diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:00:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:00:15 +0200 |
commit | 0d5ff972fb51d11f01e8062e73a24dd4bab60417 (patch) | |
tree | ee89de6a075ee88e2af63963396168fab6b9b504 /sw | |
parent | 968e6b5e66da73d6cd1f07d46db015d1f339c509 (diff) |
SAL_WARN_UNUSED Link
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/hyp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/hyp.hxx b/sw/source/uibase/inc/hyp.hxx index d2f035c6eec4..f1f144044799 100644 --- a/sw/source/uibase/inc/hyp.hxx +++ b/sw/source/uibase/inc/hyp.hxx @@ -31,7 +31,6 @@ private: SwView* pView; ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XHyphenator > xHyph; - Link<> aOldLnk; sal_uInt16 nPageCount; // page count for progress view sal_uInt16 nPageStart; // 1st checked page bool bInSelection : 1; // separating selected text |