summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2022-06-15 13:15:15 +0200
committerRegina Henschel <rb.henschel@t-online.de>2022-06-16 00:57:51 +0200
commitaca189d118d4351b293c089cb26584eb898e1849 (patch)
treeca05db5f69959247d4e7d92dfda7d4f8b91fa232 /jurt
parent513ae848b668647093ae4161718b2585d80fdb7a (diff)
tdf#149551 write draw:text-rotate-angle only once
The attributes 'vert' and 'vert270' set property TextPreRotateAngle on import from OOXML. The property TextRotateAngle can be set by macro. Both were written to file as 'draw:text-rotate-angle' attribute. So we got a file format error 'duplicate attribute'. The values are now added and the sum is written. That gives the same rendering as after applying a macro. Using the sum is a workaround. We have currently no way to save the direction specified by 'vert' and 'vert270' as style:writing-mode to ODF. Change-Id: I93fd8ca42b82c1ed7f1bf6e33d932e5510615b2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135901 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'jurt')
0 files changed, 0 insertions, 0 deletions
draw for ld with --as-neededMichael Stahl 2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl 2013-09-05CID#1079361 unused pointer valueCaolán McNamara 2013-08-29convert include/sfx2/passwd.hxx from String to OUStringNoel Grandin 2013-08-09-Werror=sign-compareStephan Bergmann 2013-08-09fix windows build (hopefully)David Tardon 2013-08-08add missing dep on boost headersDavid Tardon 2013-08-08add unit test for WPXSvInputStreamDavid Tardon 2013-08-08fix seek behind end of streamDavid Tardon 2013-07-25Use inconditionally the libwpd >= 0.9.5 pathFridrich Štrba 2013-07-12More SAL_INFO in writerperfectFridrich Štrba