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/source | |
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/source')
-rw-r--r-- | xmloff/source/draw/animationexport.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index c24a7858e931..b66ec8873993 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -76,7 +76,7 @@ #include <xmloff/shapeexport.hxx> #include "animations.hxx" -#include "animationexport.hxx" +#include <xmloff/animationexport.hxx> using ::rtl::OUString; using ::rtl::OUStringBuffer; diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index e8f727b51d73..dc6bc8fe73a6 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -78,7 +78,7 @@ #include "XMLNumberStylesExport.hxx" #include <tools/string.hxx> -#include "animationexport.hxx" +#include <xmloff/animationexport.hxx> #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> |