diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 20:35:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 22:12:28 +0200 |
commit | 57c9a995bafcaeb9ab00facb9b7f3ed52c7e7d2a (patch) | |
tree | 0694b1f49f2e51e533fe2a571b5aefbc9049fc54 /writerfilter/source/dmapper/DomainMapperTableManager.hxx | |
parent | 592c31a8fa8729259cf42440a0a26c0322bbbba5 (diff) |
loplugin:returnconstval in test..writerfilter
Change-Id: Iea7d15f0a54921514cc4b71c5dc8caaa2ee573c8
Reviewed-on: https://gerrit.libreoffice.org/78063
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 |