summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index c530bca6d61f..fee2723e13de 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -1284,7 +1284,7 @@ SwPasteContext::~SwPasteContext()
aPropertyValue.Name = "TextRange";
const uno::Reference<text::XTextRange> xTextRange = SwXTextRange::CreateXTextRange(
- *m_pPaM->GetDoc(), *m_pPaM->GetPoint(), m_pPaM->GetMark());
+ m_pPaM->GetDoc(), *m_pPaM->GetPoint(), m_pPaM->GetMark());
aPropertyValue.Value <<= xTextRange;
break;
}