summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TablePositionHandler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 15:40:11 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 09:21:41 +0200
commit29a4b74caca601d10c15d58aa5df5166ec3e517c (patch)
treea1de2f734fa47a4d0560c01f6273f679240405e5 /writerfilter/source/dmapper/TablePositionHandler.hxx
parentf6ea0b2eb44073baf1445dc8e62fc8a245e5d378 (diff)
loplugin:passstuffbyref in writerfilter
Change-Id: Ia85f5a7a9846802de7a1495e70d16c9e3418dc3e
Diffstat (limited to 'writerfilter/source/dmapper/TablePositionHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/TablePositionHandler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/TablePositionHandler.hxx b/writerfilter/source/dmapper/TablePositionHandler.hxx
index c513221c5799..1a1daece76a3 100644
--- a/writerfilter/source/dmapper/TablePositionHandler.hxx
+++ b/writerfilter/source/dmapper/TablePositionHandler.hxx
@@ -63,19 +63,19 @@ public:
return m_nBottomFromText;
}
- OUString getVertAnchor()
+ const OUString& getVertAnchor()
{
return m_aVertAnchor;
}
- OUString getYSpec()
+ const OUString& getYSpec()
{
return m_aYSpec;
}
- OUString getHorzAnchor()
+ const OUString& getHorzAnchor()
{
return m_aHorzAnchor;
}
- OUString getXSpec()
+ const OUString& getXSpec()
{
return m_aXSpec;
}