summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/textchaincursor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/textchaincursor.cxx')
-rw-r--r--svx/source/svdraw/textchaincursor.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/textchaincursor.cxx b/svx/source/svdraw/textchaincursor.cxx
index 117d6ddeeb5a..4f944f4342f6 100644
--- a/svx/source/svdraw/textchaincursor.cxx
+++ b/svx/source/svdraw/textchaincursor.cxx
@@ -84,7 +84,7 @@ void TextChainCursorManager::impDetectEvent(const KeyEvent& rKEvt,
OUString aLastParaText = pOutl->GetText(pOutl->GetParagraph(nLastPara));
sal_Int32 nLastParaLen = aLastParaText.getLength();
- ESelection aEndSel = ESelection(nLastPara, nLastParaLen);
+ ESelection aEndSel(nLastPara, nLastParaLen);
bool bAtEndOfTextContent = aCurSel == aEndSel;
// Possibility: Are we "pushing" at the end of the object?
@@ -106,7 +106,7 @@ void TextChainCursorManager::impDetectEvent(const KeyEvent& rKEvt,
return;
}
- ESelection aStartSel = ESelection(0, 0);
+ ESelection aStartSel(0, 0);
bool bAtStartOfTextContent = aCurSel == aStartSel;
// Possibility: Are we "pushing" at the start of the object?