summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2019-03-27 14:24:49 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2019-04-01 11:51:45 +0200
commit5c725eb7dee248c6d1792a9b9b9a9c813ca627e6 (patch)
tree9691ff1b3f97f3230e7442b5efba50200920e2df /chart2
parent80152c8c5e3482c1dc29ef1a8fbb1aea4399c39e (diff)
tdf#124029 Force correct import pos&size of mso_sptArc shape
mso_sptArc uses the current pos&size of the sector as frame rectangle LO has used the underlaying ellipse. That has resulted in wrong shape position and text wrap problems in Writer. The patch sets the viewBox to the current pos&size of the sector and thus force the frame rectangle to the same values in LO as in MS Office. For details see bug report. Change-Id: I039c27f57966bad25e9f2123f50728e6a15f2f7e Reviewed-on: https://gerrit.libreoffice.org/69829 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'chart2')
0 files changed, 0 insertions, 0 deletions
mit/cppuhelper/source/macro_expander.cxx?id=cc7280efdbfefd96eb96b63dc8bd171d39704388'>tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke 2016-11-28loplugin:unnecessaryoverride (dtors) in cppuhelperStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann