summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/dmapper/CellColorHandler.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-18 11:11:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-18 11:11:36 +0000
commit1c7de6ad669d9e3660e8274b80dc7737bb35abc9 (patch)
treec259dcdb19b66cf27e4acc607c0bb7774c20220d /writerfilter/source/dmapper/CellColorHandler.hxx
parentINTEGRATION: CWS xmlfilter04 (1.3.14); FILE MERGED (diff)
downloadcore-1c7de6ad669d9e3660e8274b80dc7737bb35abc9.tar.gz
core-1c7de6ad669d9e3660e8274b80dc7737bb35abc9.zip
INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED
2008/02/22 13:07:20 os 1.2.14.1: table width/alignment/indent/cell margin import improved
Diffstat (limited to 'writerfilter/source/dmapper/CellColorHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/CellColorHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/CellColorHandler.hxx b/writerfilter/source/dmapper/CellColorHandler.hxx
index 466efa743cd3..5041db817ad5 100644
--- a/writerfilter/source/dmapper/CellColorHandler.hxx
+++ b/writerfilter/source/dmapper/CellColorHandler.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: CellColorHandler.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -39,7 +39,7 @@
namespace writerfilter {
namespace dmapper
{
-class PropertyMap;
+class TablePropertyMap;
class WRITERFILTER_DLLPRIVATE CellColorHandler : public Properties
{
public:
@@ -58,7 +58,7 @@ public:
virtual void attribute(Id Name, Value & val);
virtual void sprm(Sprm & sprm);
- ::boost::shared_ptr<PropertyMap> getProperties();
+ ::boost::shared_ptr<TablePropertyMap> getProperties();
void setParagraph() { m_bParagraph = true; }
};