summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/docx/swdocxreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/docx/swdocxreader.cxx')
-rw-r--r--sw/source/filter/docx/swdocxreader.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/docx/swdocxreader.cxx b/sw/source/filter/docx/swdocxreader.cxx
index 09351dd0bd63..dd130751bac4 100644
--- a/sw/source/filter/docx/swdocxreader.cxx
+++ b/sw/source/filter/docx/swdocxreader.cxx
@@ -158,7 +158,6 @@ bool SwDOCXReader::MakeEntries( SwDoc *pD, SwTextBlocks &rBlocks )
{
SwTextFormatColl* pColl = pD->getIDocumentStylePoolAccess().GetTextCollFromPool
(RES_POOLCOLL_STANDARD, false);
- sal_uInt16 nGlosEntry = 0;
SwContentNode* pCNd = nullptr;
bRet = true;
do {
@@ -242,7 +241,6 @@ bool SwDOCXReader::MakeEntries( SwDoc *pD, SwTextBlocks &rBlocks )
}
aStart = aStart.GetNode().EndOfSectionIndex() + 1;
- ++nGlosEntry;
} while( aStart < aDocEnd && aStart.GetNode().IsStartNode() );
}