summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/textchainflow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/textchainflow.cxx')
-rw-r--r--svx/source/svdraw/textchainflow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx
index 98a77d90bdca..3f0f07dea1b8 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -121,7 +121,7 @@ void TextChainFlow::impUpdateCursorInfo()
mbPossiblyCursorOut = bOverflow;
if(mbPossiblyCursorOut ) {
- maOverflowPosSel = ESelection(mpOverflChText->GetOverflowPointSel());
+ maOverflowPosSel = mpOverflChText->GetOverflowPointSel();
ESelection aSelAtUFTime = GetTextChain()->GetPreChainingSel(GetLinkTarget());
// Might be an invalid selection if the cursor at UF time was before
// the (possibly UF-induced) Overflowing point but we don't use it in that case