summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-07 11:57:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-07 12:07:43 +0200
commit51e472296b42ea27532c80f68ed741ce204e1e59 (patch)
tree0a34bcdaaa5ab9b5f6b121de9a140f4e8d420ead /xmloff/source/style
parentac9c9de9af46918ce79afd17f78600b01439d562 (diff)
loplugin:staticmethods: xmloff
Change-Id: Iad001ce011cd6aff4af9bb2e9129abee7fb935dc
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/FillStyleContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/FillStyleContext.cxx b/xmloff/source/style/FillStyleContext.cxx
index 3c8dd438ee23..1c02a68e77b0 100644
--- a/xmloff/source/style/FillStyleContext.cxx
+++ b/xmloff/source/style/FillStyleContext.cxx
@@ -126,7 +126,7 @@ XMLBitmapStyleContext::XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 n
{
// start import
XMLImageStyle aBitmapStyle;
- aBitmapStyle.importXML( xAttrList, maAny, maStrName, rImport );
+ XMLImageStyle::importXML( xAttrList, maAny, maStrName, rImport );
}
XMLBitmapStyleContext::~XMLBitmapStyleContext()