summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-28 14:37:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-29 11:41:03 +0200
commit1ecb924b0bb56abcbc0973c4efa1c866af7e757b (patch)
tree936d0dbc2e751492a929a36cb81ea228209062ba /sw/source/filter/ww8/ww8par.hxx
parent2c0ce6d89c3b1ab9febd085520330f01f89c3b9a (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I28048bb0396dffa7bcbcb8bcf5fe10e1c359ec79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101624 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.hxx b/sw/source/filter/ww8/ww8par.hxx
index 8b0c6f51f339..89cd22a60ddc 100644
--- a/sw/source/filter/ww8/ww8par.hxx
+++ b/sw/source/filter/ww8/ww8par.hxx
@@ -251,7 +251,7 @@ public:
bool m_bImportSkipped; // only true if !bNewDoc && existing style
bool m_bHasStyNumRule; // true-> named NumRule in style
bool m_bHasBrokenWW6List; // true-> WW8+ style has a WW7- list
- bool m_bListReleventIndentSet; //true if this style's indent has
+ bool m_bListRelevantIndentSet; //true if this style's indent has
//been explicitly set, it's set to the value
//of pFormat->GetItemState(RES_LR_SPACE, false)
//if it was possible to get the ItemState
@@ -283,7 +283,7 @@ public:
m_bImportSkipped(false),
m_bHasStyNumRule(false),
m_bHasBrokenWW6List(false),
- m_bListReleventIndentSet(false),
+ m_bListRelevantIndentSet(false),
m_bParaAutoBefore(false),
m_bParaAutoAfter(false),
m_nRelativeJustify(-1)