summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-10-15 16:47:42 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-10-16 10:25:36 +0200
commit9b34dc20b6946698ae6ce2d5d859885bfb444633 (patch)
tree56369aba90cbdd755e1d00edc6733f633e59dd24 /framework
parentb12b1663d135f94eb56f3c1f852ef008e87c4e5f (diff)
tdf#137245 sw: fix AutoFormat SetBorder deleting flys
Since commit e1629c210ad78310e3d48c0756723134a27b89df ReplaceRange() will preserve flys, so split the delete into a DeleteAndJoin() just to join the paragraphs - which should not delete any flys because it doesn't include the "---" so isn't at the end of the section - and a ReplaceRange for the "---". (regression from 28b77c89dfcafae82cf2a6d85731b643ff9290e5 and e75dd1fc992f168f24d66595265a978071cdd277) Change-Id: Ib995e41649f69963c823a463538958d533082ee7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104380 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'framework')
0 files changed, 0 insertions, 0 deletions
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2018-01-12More loplugin:cstylecast: stocStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-10-23loplugin:includeform: stocStephan Bergmann 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M 2017-08-17remove unnecessary use of OUString::getStrNoel Grandin 2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin 2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock 2017-04-13Simplify passing options to jfw_startVMStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-04-11sal_Bool -> boolStephan Bergmann 2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann 2017-03-30remove type decorations on char literalsJochen Nitschke 2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-02-01improve exception messages in stocNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann 2016-11-02coverity#1375798 Uncaught exceptionCaolán McNamara 2016-10-27coverity#1374309 Uncaught exceptionCaolán McNamara 2016-10-26Java 7 DISPLAY and FORMAT locale and script fieldEike Rathke 2016-10-25Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""Stephan Bergmann 2016-10-25Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""Eike Rathke 2016-10-25Resolves: #i86470# Wrong Java locale when using "nl" and "fr"Eike Rathke