summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-18 07:48:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-18 08:37:06 +0100
commit0971eda1b4824b01f4d3b1e1e36ff6eb3bf37317 (patch)
treef293b692187560a0232603a4440eb9f4fe42b5a7
parentc446adbcbd0fac9668de9cb3c48f3b57b95ba785 (diff)
missing include (XMLOFF_WARN_UNKNOWN -> SAL_WARN)
Change-Id: I5137deca44f842eef8789d37b0c21850d6665e5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106040 Tested-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--xmloff/source/chart/SchXMLCalculationSettingsContext.cxx2
1 files changed, 1 insertions, 1 deletions
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>