From 30d3637516e9d22d237fb0bd4d71e12eebb16615 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 4 Jul 2012 19:18:15 +0900 Subject: removed unnecessary forward declarations of class Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c --- writerfilter/source/dmapper/MeasureHandler.hxx | 1 - writerfilter/source/dmapper/OLEHandler.hxx | 6 ------ writerfilter/source/dmapper/PropertyMap.hxx | 1 - writerfilter/source/dmapper/SectionColumnHandler.hxx | 2 -- writerfilter/source/dmapper/TblStylePrHandler.hxx | 1 - writerfilter/source/rtftok/rtfreferenceproperties.hxx | 2 -- writerfilter/source/rtftok/rtfreferencetable.hxx | 2 -- writerfilter/source/rtftok/rtfskipdestination.hxx | 2 -- 8 files changed, 17 deletions(-) (limited to 'writerfilter') diff --git a/writerfilter/source/dmapper/MeasureHandler.hxx b/writerfilter/source/dmapper/MeasureHandler.hxx index 7af3707c6b13..1ac87ab6f819 100644 --- a/writerfilter/source/dmapper/MeasureHandler.hxx +++ b/writerfilter/source/dmapper/MeasureHandler.hxx @@ -26,7 +26,6 @@ namespace writerfilter { namespace dmapper { -class PropertyMap; /** Handler for sprms that contain a measure and a unit - Left indent of tables - Preferred width of tables diff --git a/writerfilter/source/dmapper/OLEHandler.hxx b/writerfilter/source/dmapper/OLEHandler.hxx index 16c8e2d7bd49..880edb41a20d 100644 --- a/writerfilter/source/dmapper/OLEHandler.hxx +++ b/writerfilter/source/dmapper/OLEHandler.hxx @@ -28,9 +28,6 @@ #include namespace com{ namespace sun{ namespace star{ - namespace embed{ - class XEmbeddedObject; - } namespace graphic{ class XGraphic; } @@ -40,9 +37,6 @@ namespace com{ namespace sun{ namespace star{ namespace text{ class XTextDocument; } - namespace uno{ - class XComponentContext; - } }}} namespace writerfilter { namespace dmapper diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx index c3f3ba1201e5..78f9c6244773 100644 --- a/writerfilter/source/dmapper/PropertyMap.hxx +++ b/writerfilter/source/dmapper/PropertyMap.hxx @@ -36,7 +36,6 @@ namespace com{namespace sun{namespace star{ struct PropertyValue; } namespace container{ - class XNameAccess; class XNameContainer; } namespace lang{ diff --git a/writerfilter/source/dmapper/SectionColumnHandler.hxx b/writerfilter/source/dmapper/SectionColumnHandler.hxx index c3430ab9697b..43f70a1f19ad 100644 --- a/writerfilter/source/dmapper/SectionColumnHandler.hxx +++ b/writerfilter/source/dmapper/SectionColumnHandler.hxx @@ -27,8 +27,6 @@ namespace writerfilter { namespace dmapper { -class PropertyMap; - struct _Column { sal_Int32 nWidth; diff --git a/writerfilter/source/dmapper/TblStylePrHandler.hxx b/writerfilter/source/dmapper/TblStylePrHandler.hxx index 1d1ce5e9da0e..f44c6853be2d 100644 --- a/writerfilter/source/dmapper/TblStylePrHandler.hxx +++ b/writerfilter/source/dmapper/TblStylePrHandler.hxx @@ -31,7 +31,6 @@ namespace writerfilter { namespace dmapper { class DomainMapper; -class PropertyMap; enum TblStyleType { diff --git a/writerfilter/source/rtftok/rtfreferenceproperties.hxx b/writerfilter/source/rtftok/rtfreferenceproperties.hxx index ed8676519e47..d580de912ca8 100644 --- a/writerfilter/source/rtftok/rtfreferenceproperties.hxx +++ b/writerfilter/source/rtftok/rtfreferenceproperties.hxx @@ -30,8 +30,6 @@ #include -class SvStream; - namespace writerfilter { namespace rtftok { /// Sends RTFSprm instances to DomainMapper. diff --git a/writerfilter/source/rtftok/rtfreferencetable.hxx b/writerfilter/source/rtftok/rtfreferencetable.hxx index f0e0194c0f87..9038c00f7a9f 100644 --- a/writerfilter/source/rtftok/rtfreferencetable.hxx +++ b/writerfilter/source/rtftok/rtfreferencetable.hxx @@ -31,8 +31,6 @@ #include #include -class SvStream; - namespace writerfilter { namespace rtftok { /// Sends tables (e.g. font table) to the domain mapper. diff --git a/writerfilter/source/rtftok/rtfskipdestination.hxx b/writerfilter/source/rtftok/rtfskipdestination.hxx index 31f016478032..c4b1d229bbc7 100644 --- a/writerfilter/source/rtftok/rtfskipdestination.hxx +++ b/writerfilter/source/rtftok/rtfskipdestination.hxx @@ -30,8 +30,6 @@ #include -class SvStream; - namespace writerfilter { namespace rtftok { /// Skips a destination after a not parsed control word if it was prefixed with \* -- cgit