summaryrefslogtreecommitdiff
path: root/writerfilter/inc/dmapper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:14:00 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:50 +0200
commit006df8a7f77d79d5ab2d8da053552a0ccc3dcd7a (patch)
tree5dea827bf01d7efc263f69d63d97f8f887def76c /writerfilter/inc/dmapper
parent71c88f02a019dee180686ac9ec88d8c7c1f7f534 (diff)
writerfilter: prefer passing OUString by reference
Change-Id: I5f296d4df6c09e88674cf9aa6d1b831ec2b0c2f2
Diffstat (limited to 'writerfilter/inc/dmapper')
-rw-r--r--writerfilter/inc/dmapper/DomainMapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/inc/dmapper/DomainMapper.hxx b/writerfilter/inc/dmapper/DomainMapper.hxx
index 25c123227d48..243639f8da93 100644
--- a/writerfilter/inc/dmapper/DomainMapper.hxx
+++ b/writerfilter/inc/dmapper/DomainMapper.hxx
@@ -123,7 +123,7 @@ public:
void setInTableStyleRunProps(bool bInTableStyleRunProps);
/// Enable storing of seen tokens in a named grab bag.
- void enableInteropGrabBag(OUString aName);
+ void enableInteropGrabBag(const OUString& aName);
/// Get the stored tokens and clear the internal storage.
beans::PropertyValue getInteropGrabBag();