diff options
-rw-r--r-- | sd/inc/sdmod.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unomap.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index f001fa793786..4fca79b04b13 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -24,6 +24,7 @@ #include <sot/storage.hxx> #include "sddllapi.h" +#include <svl/itemprop.hxx> #include <svl/lstner.hxx> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <sfx2/app.hxx> @@ -42,7 +43,6 @@ class SdTransferable; class SvNumberFormatter; class SfxErrorHandler; class SfxFrame; -struct SfxItemPropertyMapEntry; class VclSimpleEvent; namespace svtools { class ColorConfig; } enum class SdrObjKind : sal_uInt16; diff --git a/sw/inc/unomap.hxx b/sw/inc/unomap.hxx index b30603266732..d3cfcb862937 100644 --- a/sw/inc/unomap.hxx +++ b/sw/inc/unomap.hxx @@ -20,10 +20,10 @@ #define INCLUDED_SW_INC_UNOMAP_HXX #include <sal/types.h> +#include <svl/itemprop.hxx> #include <o3tl/span.hxx> class SfxItemPropertySet; -struct SfxItemPropertyMapEntry; #define PROPERTY_MAP_TEXT_CURSOR 0 #define PROPERTY_MAP_CHAR_STYLE 1 |