summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unosect.cxx')
-rw-r--r--sw/source/core/unocore/unosect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unosect.cxx b/sw/source/core/unocore/unosect.cxx
index b41221e56eb1..da5af6a13e38 100644
--- a/sw/source/core/unocore/unosect.cxx
+++ b/sw/source/core/unocore/unosect.cxx
@@ -294,7 +294,7 @@ SwXTextSection::attach(const uno::Reference< text::XTextRange > & xTextRange)
}
SwUnoInternalPaM aPam(*pDoc);
- //das muss jetzt true liefern
+ // this has to return true now
::sw::XTextRangeToSwPaM(aPam, xTextRange);
UnoActionContext aCont(pDoc);
pDoc->GetIDocumentUndoRedo().StartUndo( SwUndoId::INSSECTION, nullptr );