summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-11 17:00:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-11 17:47:20 +0200
commitf839d6ae2e40a46464e5f720f86ac221e4e3bdab (patch)
tree9c46a48b1a86ab6ae4ec394886bd352858947396 /lotuswordpro
parent747519fd051f1224ee6b707b6bf51853dd705156 (diff)
Remove useless IXFProperty
Change-Id: Id4d5d6aaf537172ad8e1f6c422465c6f84d99dbf
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfproperty.hxx70
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbreaks.hxx3
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdatestyle.hxx1
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdropcap.hxx3
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx1
-rw-r--r--lotuswordpro/source/filter/xfilter/xfmargins.hxx3
-rw-r--r--lotuswordpro/source/filter/xfilter/xfnumfmt.hxx3
-rw-r--r--lotuswordpro/source/filter/xfilter/xfpadding.hxx3
-rw-r--r--lotuswordpro/source/filter/xfilter/xfshadow.cxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfshadow.hxx5
-rw-r--r--lotuswordpro/source/filter/xfilter/xftimestyle.hxx1
11 files changed, 6 insertions, 91 deletions
diff --git a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx b/lotuswordpro/source/filter/xfilter/ixfproperty.hxx
deleted file mode 100644
index fd98b77ebbbb..000000000000
--- a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx
+++ /dev/null
@@ -1,70 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * The Contents of this file are made available subject to the terms of
- * either of the following licenses
- *
- * - GNU Lesser General Public License Version 2.1
- * - Sun Industry Standards Source License Version 1.1
- *
- * Sun Microsystems Inc., October, 2000
- *
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2000 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- *
- * Sun Industry Standards Source License Version 1.1
- * =================================================
- * The contents of this file are subject to the Sun Industry Standards
- * Source License Version 1.1 (the "License"); You may not use this file
- * except in compliance with the License. You may obtain a copy of the
- * License at http://www.openoffice.org/license.html.
- *
- * Software provided under this License is provided on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
- * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
- * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
- * See the License for the specific provisions governing your rights and
- * obligations concerning the Software.
- *
- * The Initial Developer of the Original Code is: IBM Corporation
- *
- * Copyright: 2008 by IBM Corporation
- *
- * All Rights Reserved.
- *
- * Contributor(s): _______________________________________
- *
- *
- ************************************************************************/
-/*************************************************************************
- * @file
- * Property for styles. ie. Margins,shadow,columns and so on.
- ************************************************************************/
-#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_IXFPROPERTY_HXX
-#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_IXFPROPERTY_HXX
-
-class IXFProperty
-{
-public:
-
-};
-
-#endif
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lotuswordpro/source/filter/xfilter/xfbreaks.hxx b/lotuswordpro/source/filter/xfilter/xfbreaks.hxx
index 4681bf07c9b7..661bf00fa2d8 100644
--- a/lotuswordpro/source/filter/xfilter/xfbreaks.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfbreaks.hxx
@@ -61,12 +61,11 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFBREAKS_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
/**
* @descr Page|Column break object.
*/
-class XFBreaks : public IXFProperty
+class XFBreaks
{
public:
XFBreaks();
diff --git a/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx b/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
index c6c01b439134..141a9927ae6e 100644
--- a/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdatestyle.hxx
@@ -62,7 +62,6 @@
#include "xfglobal.hxx"
#include "xfstyle.hxx"
-#include "ixfproperty.hxx"
#include "xftimestyle.hxx"
#include "xfstylecont.hxx"
#include <vector>
diff --git a/lotuswordpro/source/filter/xfilter/xfdropcap.hxx b/lotuswordpro/source/filter/xfilter/xfdropcap.hxx
index be3c405a6afa..a96042bcad1e 100644
--- a/lotuswordpro/source/filter/xfilter/xfdropcap.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdropcap.hxx
@@ -61,9 +61,8 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDROPCAP_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
-class XFDropcap : public IXFProperty
+class XFDropcap
{
public:
XFDropcap()
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index 07de00f5145e..add2470b882e 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -63,7 +63,6 @@
#include <vector>
#include "xfcontent.hxx"
-#include "ixfproperty.hxx"
#include "xfcontentcontainer.hxx"
#include "xftabstop.hxx"
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();
diff --git a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
index f31519c56612..9409d3dc36c3 100644
--- a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
@@ -61,13 +61,12 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFNUMFMT_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
/**
* @brief
* Bullet number format.
*/
-class XFNumFmt : public IXFProperty
+class XFNumFmt
{
public:
XFNumFmt()
diff --git a/lotuswordpro/source/filter/xfilter/xfpadding.hxx b/lotuswordpro/source/filter/xfilter/xfpadding.hxx
index 094f917d3587..dae6c0ab8518 100644
--- a/lotuswordpro/source/filter/xfilter/xfpadding.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfpadding.hxx
@@ -61,7 +61,6 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFPADDING_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
#define XFPADDING_FLAG_LEFT 0X00000001
#define XFPADDING_FLAG_RIGHT 0X00000002
@@ -72,7 +71,7 @@
* @brief
* Padings for paragraph,frame,...
*/
-class XFPadding : public IXFProperty
+class XFPadding
{
public:
XFPadding();
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.cxx b/lotuswordpro/source/filter/xfilter/xfshadow.cxx
index 866a433eb349..73b53748d653 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.cxx
@@ -65,10 +65,6 @@ XFShadow::XFShadow():m_aColor(128,128,0)
m_fOffset = 0.18;
}
-XFShadow::~XFShadow()
-{
-}
-
OUString XFShadow::ToString()
{
OUString buf;
diff --git a/lotuswordpro/source/filter/xfilter/xfshadow.hxx b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
index 74464e93bf11..e9ed904c748f 100644
--- a/lotuswordpro/source/filter/xfilter/xfshadow.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfshadow.hxx
@@ -61,20 +61,17 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFSHADOW_HXX
#include "xfglobal.hxx"
-#include "ixfproperty.hxx"
#include "xfcolor.hxx"
/**
* @brief
* Shadow object.
*/
-class XFShadow : public IXFProperty
+class XFShadow
{
public:
XFShadow();
- virtual ~XFShadow();
-
public:
/**
* @descr set shadow position. You can refer to enumXFShadowPos to get all posible positions.
diff --git a/lotuswordpro/source/filter/xfilter/xftimestyle.hxx b/lotuswordpro/source/filter/xfilter/xftimestyle.hxx
index 09705e0263f8..9d7baa0cc806 100644
--- a/lotuswordpro/source/filter/xfilter/xftimestyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xftimestyle.hxx
@@ -62,7 +62,6 @@
#include "xfglobal.hxx"
#include "xfstyle.hxx"
-#include "ixfproperty.hxx"
#include <vector>
class XFDateTimePart : public XFStyle