[Libreoffice-commits] core.git: include/sfx2
Takeshi Abe
tabe at fixedpoint.jp
Sat Nov 4 14:21:29 UTC 2017
include/sfx2/frmdescr.hxx | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit fce7a0b3606f216f68a0f2e3591182c4358b88ff
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Nov 4 21:55:58 2017 +0900
sfx2: Drop unused macro & declarations
Change-Id: I249c3dc5158a4aaa161d360378e4c657ffcc8af4
Reviewed-on: https://gerrit.libreoffice.org/44296
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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
{
More information about the Libreoffice-commits
mailing list