diff options
Diffstat (limited to 'svx')
4 files changed, 5 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.hxx b/svx/source/customshapes/EnhancedCustomShape3d.hxx index 1c8290846b12..ba7c8dd3a9cd 100644 --- a/svx/source/customshapes/EnhancedCustomShape3d.hxx +++ b/svx/source/customshapes/EnhancedCustomShape3d.hxx @@ -28,6 +28,7 @@ #include <tools/gen.hxx> class SdrObject; +class SdrObjCustomShape; class EnhancedCustomShape3d final { diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx index 9fd954cd7034..335701be4125 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.hxx @@ -23,6 +23,8 @@ #include <com/sun/star/i18n/XBreakIterator.hpp> class SdrObject; +class SdrObjCustomShape; + class EnhancedCustomShapeFontWork { static css::uno::Reference < css::i18n::XBreakIterator > mxBreakIterator; diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx index d4975c41f4db..ee7143459b9c 100644 --- a/svx/source/customshapes/EnhancedCustomShapeHandle.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeHandle.cxx @@ -20,6 +20,7 @@ #include "EnhancedCustomShapeHandle.hxx" #include <svx/EnhancedCustomShape2d.hxx> #include <svx/unoapi.hxx> +#include <svx/svdoashp.hxx> EnhancedCustomShapeHandle::EnhancedCustomShapeHandle( css::uno::Reference< css::drawing::XShape > const & xCustomShape, sal_uInt32 nIndex ) : diff --git a/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx b/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx index c3033bf71337..3c7598115363 100644 --- a/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrpathobj.cxx @@ -26,7 +26,7 @@ #include <basegfx/polygon/b2dpolygonclipper.hxx> #include <sdr/primitive2d/sdrpathprimitive2d.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> - +#include <basegfx/polygon/b2dpolygontools.hxx> namespace sdr { |