summaryrefslogtreecommitdiff
path: root/include/comphelper/logging.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-05-28 23:05:28 +0200
committerMichael Stahl <mstahl@redhat.com>2014-05-28 23:20:21 +0200
commit7c8b2f10310f0f64b111afb3012e82e9c4a690ac (patch)
tree9673ca66636f974af78f15bf7196406434764dc1 /include/comphelper/logging.hxx
parentb2f412a39500fe3b4dedad1cc99c6c6603d2bce4 (diff)
fdo#78737: sw: fix setting tab stops via ruler
The SvxRuler binds the SID_ATTR_PARA_LRSPACE, and its indents and the positions of tab stops depend on the values it gets from there; in LO 4.0 the value came from the SwView::StateTabWin() but now it comes from SwTextShell::GetAttrState(), and the difference is that the former does a special request to get the NumRule indents as LR-space. (regression from d02f75a8c36705924ddd6a5921fe3012fafce812) Change-Id: I548ce188655555f2473cb3973ce7aeb927d1a404
Diffstat (limited to 'include/comphelper/logging.hxx')
0 files changed, 0 insertions, 0 deletions
71d1e79b308f9a338e07401'>Fix typosAndrea Gelmini 2019-08-09Fix typosAndrea Gelmini 2019-05-10an uno -> a unoCaolán McNamara 2019-04-28tdf#120703 PVS: fix cleanup checksMike Kaganski 2019-04-19optimise find/insert patternNoel Grandin 2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski 2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski 2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski 2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski 2019-01-27Take advantage of known index to avoid an OUString copyMatteo Casalin 2019-01-27Use optimized OUString concatenationMatteo Casalin 2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin 2018-10-17Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov 2018-09-17New loplugin:externalStephan Bergmann 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2018-03-15Fix typosAndrea Gelmini 2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann