[Libreoffice-commits] core.git: writerfilter/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 5 04:02:14 PST 2016
writerfilter/source/ooxml/Handler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 84bdb12d1a568e66bb8b03a19f6ea4449f8e1c94
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 5 13:01:53 2016 +0100
loplugin:sallogareas
Change-Id: Ia6dc83137fb970046750996b9afd7a54aa4f4c5b
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx
index 2010be4..7915f8b 100644
--- a/writerfilter/source/ooxml/Handler.cxx
+++ b/writerfilter/source/ooxml/Handler.cxx
@@ -131,7 +131,7 @@ void OOXMLOLEHandler::attribute(Id name, Value & val)
catch (const ::css::uno::Exception&)
{
// Can't resolve OLE stream
- SAL_WARN("OOXMLOLEHandler::attribute", "Failed to open OLE stream!");
+ SAL_WARN("writerfilter.ooxml", "Failed to open OLE stream!");
}
break;
default:
More information about the Libreoffice-commits
mailing list