diff options
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableManager.hxx')
-rw-r--r-- | writerfilter/source/dmapper/DomainMapperTableManager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.hxx b/writerfilter/source/dmapper/DomainMapperTableManager.hxx index c835277919c9..243e901169bb 100644 --- a/writerfilter/source/dmapper/DomainMapperTableManager.hxx +++ b/writerfilter/source/dmapper/DomainMapperTableManager.hxx @@ -96,7 +96,7 @@ public: /// Turn the attributes collected so far in m_aTableLook into a property and clear the container. void finishTableLook(); - const css::uno::Sequence<css::beans::PropertyValue> getCurrentTablePosition(); + css::uno::Sequence<css::beans::PropertyValue> getCurrentTablePosition(); TablePositionHandler* getCurrentTableRealPosition(); virtual void cellProps(const TablePropertyMapPtr& pProps) override |