diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 12:04:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:49:28 +0100 |
commit | f88dfa135950acdd51d3f9693720507bc35b5a5a (patch) | |
tree | c1d7b30379d6f86566d32aa58170e6bd3a252396 /xmloff/source/style | |
parent | 9a578e9861d930782fd9432e79741d3378a30589 (diff) |
use FastParser APIs in SvxXMLXTableImport
Change-Id: I744943bdcdecc10219898d23038eb5d0c2dfb5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85479
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/ImageStyle.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 6fe12b40b2bc..c96ab9996abe 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -146,7 +146,7 @@ bool XMLImageStyle::importXML(uno::Reference<xml::sax::XAttributeList> const & x // ignore break; default: - SAL_INFO("xmloff.style", "Unknown token at import fill bitmap style"); + SAL_WARN("xmloff.style", "Unknown token at import fill bitmap style"); } } |