summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-01-20 09:08:33 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-20 09:57:23 +0100
commit71088fb7c7b8e0af37919fc53223203d8a560842 (patch)
tree1b9d90c4ab2b3fc0e7972cd215c8d701fd3d00f0 /sw/source/core/doc/doclay.cxx
parenta0464b6321c5824a9f76c7c8689bbedc846ef032 (diff)
sw: prefix members of SwEndNoteInfo and SwFootnoteInfo
Change-Id: Ie952701e6cb65cb0d5789b4f98005872286a41ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87052 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/doc/doclay.cxx')
-rw-r--r--sw/source/core/doc/doclay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index 85b1229b4d5a..ee431f5955af 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -1527,7 +1527,7 @@ void SwDoc::SetAllUniqueFlyNames()
// #i52775# Chapter footnotes did not get updated correctly.
// Calling UpdateAllFootnote() instead of UpdateFootnote() solves this problem,
// but I do not dare to call UpdateAllFootnote() in all cases: Safety first.
- if ( FTNNUM_CHAPTER == GetFootnoteInfo().eNum )
+ if ( FTNNUM_CHAPTER == GetFootnoteInfo().m_eNum )
{
GetFootnoteIdxs().UpdateAllFootnote();
}