summaryrefslogtreecommitdiff
path: root/include/xmloff/animexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r--include/xmloff/animexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx
index 8822dce490fd..78c23e416c66 100644
--- a/include/xmloff/animexp.hxx
+++ b/include/xmloff/animexp.hxx
@@ -36,7 +36,7 @@ public:
XMLAnimationsExporter( XMLShapeExport* pShapeExp );
virtual ~XMLAnimationsExporter() override;
- void prepare( const css::uno::Reference< css::drawing::XShape >& xShape );
+ static void prepare( const css::uno::Reference< css::drawing::XShape >& xShape );
void collect( const css::uno::Reference< css::drawing::XShape >& xShape, SvXMLExport& rExport );
void exportAnimations( SvXMLExport& rExport );
};