summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-02 15:37:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-02 17:39:10 +0100
commit28be7b98070b7475cc675e76f075c941133cb790 (patch)
tree3237d5ca81cd7cc835a1200f5ae41e1008174b13 /sw/source/uibase/config
parent3940cf7d716f3e469f47d3c831a799e58edf2eb8 (diff)
create common macro and method for logging unknown attributes
instead of repeating the code everywhere Change-Id: Idb94054b392ed256e64259cdb17d1522bf3c52b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105184 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/config')
-rw-r--r--sw/source/uibase/config/StoredChapterNumbering.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/config/StoredChapterNumbering.cxx b/sw/source/uibase/config/StoredChapterNumbering.cxx
index 07d72b222521..eb97b1cbcee9 100644
--- a/sw/source/uibase/config/StoredChapterNumbering.cxx
+++ b/sw/source/uibase/config/StoredChapterNumbering.cxx
@@ -290,7 +290,7 @@ public:
SAL_WARN("xmloff", "unknown value for style:family=" << aIter.toString());
}
else
- SAL_WARN("xmloff", "unknown attribute " << SvXMLImport::getPrefixAndNameFromToken(aIter.getToken()) << "=" << aIter.toString());
+ XMLOFF_WARN_UNKNOWN("xmloff", aIter);
if (nFamily != XmlStyleFamily::DATA_STYLE && !name.isEmpty() && !displayName.isEmpty())
{