20 #ifndef INCLUDED_XMLOFF_ANIMATIONEXPORT_HXX
21 #define INCLUDED_XMLOFF_ANIMATIONEXPORT_HXX
37 class AnimationsExporterImpl;
41 std::unique_ptr<AnimationsExporterImpl>
mpImpl;
47 void prepare(
const css::uno::Reference< css::animations::XAnimationNode >& xRootNode );
48 void exportAnimations(
const css::uno::Reference< css::animations::XAnimationNode >& xRootNode );
53 #endif // INCLUDED_XMLOFF_ANIMATIONEXPORT_HXX
std::unique_ptr< AnimationsExporterImpl > mpImpl
class SAL_NO_VTABLE XPropertySet