summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLChangeImportContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLChangeImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLChangeImportContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLChangeImportContext.cxx b/xmloff/source/text/XMLChangeImportContext.cxx
index 698f56e29233..f65697e832d5 100644
--- a/xmloff/source/text/XMLChangeImportContext.cxx
+++ b/xmloff/source/text/XMLChangeImportContext.cxx
@@ -74,9 +74,9 @@ void XMLChangeImportContext::StartElement(
// call for bStart and bEnd (may both be true)
if (bIsStart)
- rHelper->RedlineSetCursor(sID,sal_True,bIsOutsideOfParagraph);
+ rHelper->RedlineSetCursor(sID, true, bIsOutsideOfParagraph);
if (bIsEnd)
- rHelper->RedlineSetCursor(sID,sal_False,bIsOutsideOfParagraph);
+ rHelper->RedlineSetCursor(sID, false, bIsOutsideOfParagraph);
// outside of paragraph and still open? set open redline ID
if (bIsOutsideOfParagraph)