summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-09-12 09:59:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-09-12 09:59:32 +0200
commite5b307ba6707c5a45c6c974657e593fca458d6c6 (patch)
tree8d8e0ffa15591622023dff725124efdf7272cf87
parentMake two slightly mysterious static local variables thread_local (diff)
downloadcore-e5b307ba6707c5a45c6c974657e593fca458d6c6.tar.gz
core-e5b307ba6707c5a45c6c974657e593fca458d6c6.zip
-Werror,-Wunused-private-field
Change-Id: Ia0469a9bb87db261584733561282ab127416a9a3
-rw-r--r--sw/source/core/edit/edfcol.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/edit/edfcol.cxx b/sw/source/core/edit/edfcol.cxx
index 8394a7a8abcc..d23828d35fa5 100644
--- a/sw/source/core/edit/edfcol.cxx
+++ b/sw/source/core/edit/edfcol.cxx
@@ -676,7 +676,6 @@ void SwEditShell::SetWatermark(const SfxWatermarkItem& rWatermark)
class SwUndoParagraphSigning : public SwUndo
{
private:
- sal_uLong m_nNodeIndex;
SwDoc* m_pDoc;
uno::Reference<text::XTextField> m_xField;
uno::Reference<text::XTextContent> m_xParent;
@@ -697,7 +696,6 @@ SwUndoParagraphSigning::SwUndoParagraphSigning(const SwPosition& rPos,
const uno::Reference<text::XTextField>& xField,
const uno::Reference<text::XTextContent>& xParent)
: SwUndo(SwUndoId::PARA_SIGN_ADD, rPos.GetDoc()),
- m_nNodeIndex(rPos.nNode.GetIndex()),
m_pDoc(rPos.GetDoc()),
m_xField(xField),
m_xParent(xParent)