summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-11-04 21:55:58 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-04 15:21:02 +0100
commitfce7a0b3606f216f68a0f2e3591182c4358b88ff (patch)
tree850dc6ae70b02eaf5f1aabc6863d5b91e320db61
parent708dd92578a3029edd1d63e89bf7860bb9d3d37f (diff)
sfx2: Drop unused macro & declarations
Change-Id: I249c3dc5158a4aaa161d360378e4c657ffcc8af4 Reviewed-on: https://gerrit.libreoffice.org/44296 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/sfx2/frmdescr.hxx9
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
{