summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlSection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlSection.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlSection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx
index 07646370ea29..fd84df264dfa 100644
--- a/reportdesign/source/filter/xml/xmlSection.cxx
+++ b/reportdesign/source/filter/xml/xmlSection.cxx
@@ -31,6 +31,7 @@
#include <com/sun/star/report/ReportPrintOption.hpp>
#include <strings.hxx>
#include "xmlTable.hxx"
+#include <sal/log.hxx>
namespace rptxml
@@ -79,9 +80,8 @@ OXMLSection::OXMLSection( ORptFilter& rImport,
case XML_ELEMENT(REPORT, XML_REPEAT_SECTION):
m_xSection->setRepeatSection(sValue == s_sTRUE );
break;
-
default:
- OSL_FAIL("OXMLSection: Unknown attribute!");
+ SAL_WARN("reportdesign", "unknown attribute " << SvXMLImport::getPrefixAndNameFromToken(aIter.getToken()) << " = " << sValue);
}
}
}