summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-04 19:18:15 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-07-04 19:18:57 +0900
commit30d3637516e9d22d237fb0bd4d71e12eebb16615 (patch)
treec997ae126d56db340a6b49d470ebc8c5f6adb102 /writerfilter/source/dmapper
parentce19822db8205025e2c38e1cbe87dcbe52340598 (diff)
removed unnecessary forward declarations of class
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
Diffstat (limited to 'writerfilter/source/dmapper')
-rw-r--r--writerfilter/source/dmapper/MeasureHandler.hxx1
-rw-r--r--writerfilter/source/dmapper/OLEHandler.hxx6
-rw-r--r--writerfilter/source/dmapper/PropertyMap.hxx1
-rw-r--r--writerfilter/source/dmapper/SectionColumnHandler.hxx2
-rw-r--r--writerfilter/source/dmapper/TblStylePrHandler.hxx1
5 files changed, 0 insertions, 11 deletions
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 <com/sun/star/drawing/XShape.hpp>
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
{