summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/CellColorHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/CellColorHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/CellColorHandler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/CellColorHandler.hxx b/writerfilter/source/dmapper/CellColorHandler.hxx
index fb72be4262bb..8e77c1c080be 100644
--- a/writerfilter/source/dmapper/CellColorHandler.hxx
+++ b/writerfilter/source/dmapper/CellColorHandler.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_WRITERFILTER_SOURCE_DMAPPER_CELLCOLORHANDLER_HXX
#include "LoggedResources.hxx"
+#include "PropertyMap.hxx"
#include <memory>
#include <vector>
@@ -54,7 +55,7 @@ public:
CellColorHandler( );
virtual ~CellColorHandler() override;
- ::tools::SvRef<TablePropertyMap> getProperties();
+ TablePropertyMapPtr getProperties();
void setOutputFormat( OutputFormat format ) { m_OutputFormat = format; }