summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-05 13:01:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-05 13:01:53 +0100
commit84bdb12d1a568e66bb8b03a19f6ea4449f8e1c94 (patch)
treeaaf8793a227075db620179ba0e00d50c66f064bf /writerfilter
parentc88fd50c4e8815546e9830a41bf08edf9f165923 (diff)
loplugin:sallogareas
Change-Id: Ia6dc83137fb970046750996b9afd7a54aa4f4c5b
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/Handler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx
index 2010be429d81..7915f8baef29 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: