summaryrefslogtreecommitdiff
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?
rs.cxx?id=da56de9ac4824eb365af20b351719395e725be39'>remove type decorations on char literalsJochen Nitschke 2017-02-28new loplugin unoanyNoel Grandin 2017-02-14Convert WindowType to scoped enumNoel Grandin 2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-02loplugin:stringconstantNoel Grandin 2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-14com::sun::star->css in frameworkNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-07-24convert WindowAlign to scoped enumNoel Grandin 2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-10-02loplugin: cstylecastNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-07framework: sal_Bool->boolNoel Grandin 2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann 2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-09-26typo fixes in commentsAndras Timar 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák 2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter 2012-11-15re-base on ALv2 code. Includes:Michael Meeks 2012-10-24fdo#46808, use service constructor for frame::DispatchHelperNoel Grandin 2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin 2012-10-12loplugin: unused StringsCaolán McNamara 2012-08-08reduce ascii noise and useless commentsThomas Arnhold 2012-08-08remove include comments and boxesThomas Arnhold