summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:10:47 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:49 +0200
commit6319265b13321d6bfb527c7bd5b910d4dce4f203 (patch)
treee7ebfa9f8b20e288326f9e80b0a2f51017f7cb6e /lotuswordpro/source/filter/lwpfoundry.hxx
parentf0dc2d755932b00b83db884334bcd0741056c884 (diff)
lotuswordpro: prefer passing OUString by reference
Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
Diffstat (limited to 'lotuswordpro/source/filter/lwpfoundry.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfoundry.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfoundry.hxx b/lotuswordpro/source/filter/lwpfoundry.hxx
index 6ee2f63d2caa..4e4aeb3dae0d 100644
--- a/lotuswordpro/source/filter/lwpfoundry.hxx
+++ b/lotuswordpro/source/filter/lwpfoundry.hxx
@@ -283,8 +283,8 @@ public:
LwpSection* EnumSections(LwpSection* pSection);
LwpBulletStyleMgr* GetBulletStyleMgr(){return m_pBulletStyleMgr;}
- LwpObjectID* FindParaStyleByName(OUString name);
- OUString FindActuralStyleName(OUString name);
+ LwpObjectID* FindParaStyleByName(const OUString& name);
+ OUString FindActuralStyleName(const OUString& name);
};
class LwpStyleManager