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.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx
index 8f20dce4f86c..286cb21d35d0 100644
--- a/include/xmloff/animexp.hxx
+++ b/include/xmloff/animexp.hxx
@@ -23,8 +23,14 @@
#include <salhelper/simplereferenceobject.hxx>
#include <memory>
-namespace com::sun::star::drawing { class XShape; }
-namespace com::sun::star::uno { template <typename > class Reference; }
+namespace com::sun::star::drawing
+{
+class XShape;
+}
+namespace com::sun::star::uno
+{
+template <typename> class Reference;
+}
class AnimExpImpl;
class SvXMLExport;
@@ -38,9 +44,9 @@ public:
XMLAnimationsExporter();
virtual ~XMLAnimationsExporter() override;
- 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 );
+ 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);
};
#endif // INCLUDED_XMLOFF_ANIMEXP_HXX