diff options
-rw-r--r-- | include/sfx2/frmdescr.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx index cd0184c1f2e4..295ba098dcfb 100644 --- a/include/sfx2/frmdescr.hxx +++ b/include/sfx2/frmdescr.hxx @@ -24,16 +24,9 @@ #include <sal/config.h> #include <sfx2/dllapi.h> #include <sfx2/sfxsids.hrc> -#include <svl/poolitem.hxx> #include <tools/gen.hxx> #include <tools/urlobj.hxx> -class SvStream; -struct SfxFrameDescriptor_Impl; -class SfxFrameDescriptor; -class Wallpaper; - - // The SfxFrame descriptors build a recursive structure, that covers all the // required data in-order to display the frame document. // Through a SfxFrameSetDescriptor access is given to the whole underlying @@ -51,11 +44,9 @@ enum class ScrollingMode Auto }; -#define SPACING_NOT_SET -1L #define SIZE_NOT_SET -1L class SfxItemSet; -struct SfxFrameProperties; class SFX2_DLLPUBLIC SfxFrameDescriptor { |