From ab10f9fc11948ca0f463aa8c0c784a574c89f8f7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 11 Jun 2016 19:05:15 +0200 Subject: convert DBG_ASSERT(false, to SAL_WARN( Change-Id: I400d728c5d99228c5ca52e369037395b4da2af5c Reviewed-on: https://gerrit.libreoffice.org/26187 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/source/draw/shapeexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 44551b4185fe..aea951b9f3d8 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -352,7 +352,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap catch(const beans::UnknownPropertyException&) { // Ignored. - DBG_ASSERT(false, + SAL_WARN( "xmloff", "XMLShapeExport::collectShapeAutoStyles: style has no 'Family' property"); } -- cgit