diff options
author | Marco Cecchetti <mrcekets@gmail.com> | 2011-07-21 22:28:27 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-08-26 18:25:20 +0200 |
commit | 8cac883fcdce6ba3f4881ef642534de6d1561c0f (patch) | |
tree | 4590f26a6ada5f18be1b05ba116ff5c564d059b4 /xmloff/inc | |
parent | edb6e65cc9d1d8612da4f22b2cd4dbbe007c1918 (diff) |
moved header file animationexport.hxx from "xmloff/inc" to "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/animationexport.hxx (renamed from xmloff/inc/animationexport.hxx) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/inc/animationexport.hxx b/xmloff/inc/xmloff/animationexport.hxx index d14f74ad5d0a..ec96ff7cdca8 100644 --- a/xmloff/inc/animationexport.hxx +++ b/xmloff/inc/xmloff/animationexport.hxx @@ -29,6 +29,10 @@ #ifndef _XMLOFF_ANIMATIONEXPORT_HXX #define _XMLOFF_ANIMATIONEXPORT_HXX +#include "sal/config.h" +#include "xmloff/dllapi.h" +#include "sal/types.h" + #include <com/sun/star/animations/XAnimationNode.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <xmloff/uniref.hxx> @@ -39,9 +43,9 @@ namespace xmloff { class AnimationsExporterImpl; -class AnimationsExporter : public UniRefBase +class XMLOFF_DLLPUBLIC AnimationsExporter : public UniRefBase { - AnimationsExporterImpl* mpImpl; + AnimationsExporterImpl* mpImpl; public: AnimationsExporter( SvXMLExport& rExport, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps ); @@ -53,6 +57,6 @@ public: } -#endif // _XMLOFF_ANIMATIONEXPORT_HXX +#endif // _XMLOFF_ANIMATIONEXPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |