summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfmargins.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfmargins.hxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfmargins.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfmargins.hxx b/lotuswordpro/source/filter/xfilter/xfmargins.hxx
index 2e3811bc882e..56e6077e72ff 100644
--- a/lotuswordpro/source/filter/xfilter/xfmargins.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfmargins.hxx
@@ -61,14 +61,13 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFMARGINS_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
#define XFMARGINS_FLAG_LEFT 0x00000001
#define XFMARGINS_FLAG_RIGHT 0x00000002
#define XFMARGINS_FLAG_TOP 0x00000004
#define XFMARGINS_FLAG_BOTTOM 0x00000008
-class XFMargins : public IXFProperty
+class XFMargins
{
public:
XFMargins();