summaryrefslogtreecommitdiff
path: root/include/xmloff/ImageStyle.hxx
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 /include/xmloff/ImageStyle.hxx
parentac9c9de9af46918ce79afd17f78600b01439d562 (diff)
loplugin:staticmethods: xmloff
Change-Id: Iad001ce011cd6aff4af9bb2e9129abee7fb935dc
Diffstat (limited to 'include/xmloff/ImageStyle.hxx')
-rw-r--r--include/xmloff/ImageStyle.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 62becb835fa5..2fd3f0167583 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -37,14 +37,14 @@ public:
XMLImageStyle();
~XMLImageStyle();
- void exportXML( const OUString& rStrName, const css::uno::Any& rValue, SvXMLExport& rExport );
- void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
+ static void exportXML( const OUString& rStrName, const css::uno::Any& rValue, SvXMLExport& rExport );
+ static void importXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport );
private:
- SAL_DLLPRIVATE void ImpExportXML( const OUString& rStrName, const css::uno::Any& rValue,
+ SAL_DLLPRIVATE static void ImpExportXML( const OUString& rStrName, const css::uno::Any& rValue,
SvXMLExport& rExport );
- SAL_DLLPRIVATE bool ImpImportXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ SAL_DLLPRIVATE static bool ImpImportXML( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
css::uno::Any& rValue, OUString& rStrName,
SvXMLImport& rImport );
};