[Libreoffice-commits] core.git: xmloff/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Nov 18 07:37:48 UTC 2020
xmloff/source/chart/SchXMLCalculationSettingsContext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0971eda1b4824b01f4d3b1e1e36ff6eb3bf37317
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Nov 18 07:48:06 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Nov 18 08:37:06 2020 +0100
missing include (XMLOFF_WARN_UNKNOWN -> SAL_WARN)
Change-Id: I5137deca44f842eef8789d37b0c21850d6665e5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106040
Tested-by: Stephan Bergmann <sbergman at redhat.com>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
index f013a53b5128..07d828c5de4c 100644
--- a/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
+++ b/xmloff/source/chart/SchXMLCalculationSettingsContext.cxx
@@ -21,7 +21,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/util/DateTime.hpp>
-
+#include <sal/log.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/xmlimp.hxx>
More information about the Libreoffice-commits
mailing list