summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-12-13 15:40:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-12-13 16:48:48 +0100
commite7fb2c18e96d04ec54274721df003ab01f2064ab (patch)
tree8556e49ba8a1611d21946e94a62998ab852fa683 /postprocess
parentc17ff0b5dc20d637392562eb59bd5bfdb2694389 (diff)
Get rid of wrong warning in propertyexport (forms)
Create a brand new odt file, add an image with form Control then save You'll notice this on console: warn:legacy.osl:20299:20299:xmloff/source/forms/propertyexport.cxx:680: OPropertyExport::dbg_implCheckProperty: invalid property type! it's wrong since most of the type the exported property should be a OUString (internal "string") but it may also be a graphic::XGraphic and this case isn't dealt by DBG_CHECK_PROPERTY since we only gave it "OUString()" Change-Id: I268b8d5f79c84ea73acdac245ee1705ddd009ae9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107653 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'postprocess')
0 files changed, 0 insertions, 0 deletions