diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeexport2.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/shapeexport3.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/xexptran.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx index 00856c83572a..963b3fa0732a 100644 --- a/xmloff/source/draw/shapeexport2.cxx +++ b/xmloff/source/draw/shapeexport2.cxx @@ -50,12 +50,12 @@ #include <xmloff/shapeexport.hxx> #include "sdpropls.hxx" #include <tools/debug.hxx> +#include <tools/helpers.hxx> #include <rtl/ustrbuf.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmluconv.hxx> #include "XMLImageMapExport.hxx" #include "xexptran.hxx" -#include <tools/gen.hxx> // FRound #include <xmloff/xmltoken.hxx> #include <xmloff/nmspmap.hxx> diff --git a/xmloff/source/draw/shapeexport3.cxx b/xmloff/source/draw/shapeexport3.cxx index 888f4b603c3c..6ca18819b3a4 100644 --- a/xmloff/source/draw/shapeexport3.cxx +++ b/xmloff/source/draw/shapeexport3.cxx @@ -34,7 +34,7 @@ #include <com/sun/star/drawing/Position3D.hpp> #include <com/sun/star/drawing/CameraGeometry.hpp> #include <com/sun/star/drawing/DoubleSequence.hpp> -#include <tools/gen.hxx> +#include <tools/helpers.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx index 545e0a42ae87..d78614382c5d 100644 --- a/xmloff/source/draw/xexptran.cxx +++ b/xmloff/source/draw/xexptran.cxx @@ -33,7 +33,7 @@ #include <xmloff/xmluconv.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> -#include <tools/gen.hxx> +#include <tools/helpers.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/tuple/b3dtuple.hxx> |