diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 00:44:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 10:35:23 +0900 |
commit | 4ba4b87042ab9d4d88bd511d9bad0f6e5d9633e4 (patch) | |
tree | 44668581086b60bd0c24986f8659fd9c25007044 /lotuswordpro | |
parent | 1135bfd78802e5c40ca09bcbc75d0908a423872a (diff) |
removed unused forward declarations of class
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx
Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpbulletstylemgr.hxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpfootnote.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpoleobject.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwppara.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwprowlayout.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpsilverbullet.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwptoc.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/ixfcontent.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/ixfproperty.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfindex.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfmasterpage.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfparagraph.hxx | 1 | ||||
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx | 5 |
13 files changed, 0 insertions, 25 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx index a2caa329e706..5bb67a3e182b 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx @@ -74,14 +74,10 @@ #include <utility> #include "xfilter/xfcontentcontainer.hxx" -class XFListStyle; class XFList; class LwpPara; -class LwpSilverBullet; -class XFStyleManager; class LwpIndentOverride; class LwpBulletOverride; -class LwpFribParaNumber; class LwpBulletStyleMgr { diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx index 8eb8b54964f2..d05cb4803c2f 100644 --- a/lotuswordpro/source/filter/lwpfootnote.hxx +++ b/lotuswordpro/source/filter/lwpfootnote.hxx @@ -119,9 +119,7 @@ private: /** * @brief VO_FOOTNOTE object */ -class LwpSuperTableLayout; class LwpEnSuperTableLayout; -class LwpFnSuperTableLayout; class LwpCellLayout; class LwpDocument; class LwpTable; diff --git a/lotuswordpro/source/filter/lwpoleobject.hxx b/lotuswordpro/source/filter/lwpoleobject.hxx index a433bdfc1bbd..2756fc8c2353 100644 --- a/lotuswordpro/source/filter/lwpoleobject.hxx +++ b/lotuswordpro/source/filter/lwpoleobject.hxx @@ -107,7 +107,6 @@ protected: rtl::OUString m_strStyleName; }; -class LwpFrameLayout; /** * @descr * class to read and parse VO_OLEOBJECT object diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx index bec521d12e54..220d48e3dd04 100644 --- a/lotuswordpro/source/filter/lwppara.hxx +++ b/lotuswordpro/source/filter/lwppara.hxx @@ -145,7 +145,6 @@ struct ParaNumbering }; class LwpDropcapLayout; -class LwpCellLayout; class LwpPara : public LwpDLVList { public: diff --git a/lotuswordpro/source/filter/lwprowlayout.hxx b/lotuswordpro/source/filter/lwprowlayout.hxx index 54be9f0bad3c..5790d71a569f 100644 --- a/lotuswordpro/source/filter/lwprowlayout.hxx +++ b/lotuswordpro/source/filter/lwprowlayout.hxx @@ -68,11 +68,9 @@ #include "lwptablelayout.hxx" #include "lwpcelllayout.hxx" -class XFCell; class XFRow; class XFTable; class LwpTableLayout; -class XFRowStyle; /** * @brief * VO_ROWLAYOUT obj diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx index 82a0c45dabb5..46f47fa9316f 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.hxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx @@ -86,7 +86,6 @@ const sal_uInt16 NUMCHAR_Chinese2 = 0x08; //index for numberchar "Ò»" const sal_uInt16 NUMCHAR_Chinese3= 0x0A; //index for numberchar "¼×" const sal_uInt16 NUMCHAR_Chinese4 = 0x13; //index for numberchar "01" in chinese version -class LwpStory; class LwpAtomHolder; class LwpPara; class LwpFribParaNumber; diff --git a/lotuswordpro/source/filter/lwptoc.hxx b/lotuswordpro/source/filter/lwptoc.hxx index 5bd8589eb0b4..a965917168f2 100644 --- a/lotuswordpro/source/filter/lwptoc.hxx +++ b/lotuswordpro/source/filter/lwptoc.hxx @@ -63,11 +63,9 @@ April 2005 Created #define _LWPTOCSUPERTABLELAYOUT_HXX #include "lwptablelayout.hxx" class XFIndex; -class LwpDocument; class LwpFoundry; class LwpTocLevelData; class XFIndex; -class XFIndexTemplate; /** * @brief * VO_TOCSUPERTABLELAYOUT object diff --git a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx index ded6fc648344..f2fc17f79572 100644 --- a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx +++ b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx @@ -62,8 +62,6 @@ #include "xfglobal.hxx" -class IXFStyle; - /** * @brief Base interface for all content object.Implementation classes include text span,paragraph, Drawing obejcts, image, ole and so on. diff --git a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx b/lotuswordpro/source/filter/xfilter/ixfproperty.hxx index f9d7699f20a9..c04704d06519 100644 --- a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx +++ b/lotuswordpro/source/filter/xfilter/ixfproperty.hxx @@ -62,8 +62,6 @@ #include "ixfobject.hxx" -class IXFStream; - class IXFProperty : public IXFObject { public: diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx index 4b3aee95da1a..7ad46798b162 100644 --- a/lotuswordpro/source/filter/xfilter/xfindex.hxx +++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx @@ -68,7 +68,6 @@ #include "xftabstop.hxx" class XFIndex; -class XFIndexEntry; class XFIndexTemplate; class XFParagraph; diff --git a/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx b/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx index e2385848d1a5..f51c9105b099 100644 --- a/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx +++ b/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx @@ -63,7 +63,6 @@ #include "xfstyle.hxx" #include "xfcontentcontainer.hxx" -class XFPageMaster; class XFFooter; class XFHeader; class XFMasterPage : public XFStyle diff --git a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx index eb9e5729c14d..23d7a20912f7 100644 --- a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx +++ b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx @@ -65,7 +65,6 @@ #include <vector> class IXFStream; -class IXFTextSpan; /** * @brief diff --git a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx index 3d56014860d2..1bc364a0612e 100644 --- a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx +++ b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx @@ -62,11 +62,6 @@ #include "xfcolor.hxx" #include "xfpadding.hxx" -class XFBorders; -class XFColumns; -class XFShadow; -class XFBGImage; - /** * @brief * Style for all frame obejcts. |