diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/propimp0.cxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx index a52be4723c5e..dd13c8ffdb63 100644 --- a/xmloff/source/draw/propimp0.cxx +++ b/xmloff/source/draw/propimp0.cxx @@ -19,6 +19,7 @@ #include <rtl/ustrbuf.hxx> #include "propimp0.hxx" +#include "sdxmlexp_impl.hxx" #include <com/sun/star/drawing/LineDash.hpp> #include <com/sun/star/util/Duration.hpp> #include <com/sun/star/uno/Any.hxx> @@ -233,8 +234,6 @@ bool XMLTextAnimationStepPropertyHdl::exportXML( return bRet; } -#include "sdxmlexp_impl.hxx" - XMLDateTimeFormatHdl::XMLDateTimeFormatHdl( SvXMLExport* pExport ) : mpExport( pExport ) { diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx index ff5b9074b2b2..6a23a729303b 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.hxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx @@ -22,11 +22,11 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/container/XIndexReplace.hpp> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace text { class XTextContent; } } } } -#include <sal/types.h> class XMLTextListAutoStylePool; |