diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-12 15:36:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-13 08:39:26 +0200 |
commit | 39c7532933bb4f1630e821a2a38b213eb05dcc59 (patch) | |
tree | 728ba3d9190cd42fd8f3b24c2d9b65bece528bbd /basic/source/inc | |
parent | 18909ddb30db7ca9416ee2bfb0503753e877f002 (diff) |
basic: prefer passing OUString and OString by reference
Change-Id: I8121204cdb37d4e1d8967397f3e45bdab6aaddad
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/image.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx index 81e369ddc908..095c715b1516 100644 --- a/basic/source/inc/image.hxx +++ b/basic/source/inc/image.hxx @@ -75,7 +75,7 @@ public: OUString& GetSource32() { return aOUSource; } sal_uInt16 GetBase() const { return nDimBase; } OUString GetString( short nId ) const; - const SbxObject* FindType (OUString aTypeName) const; + const SbxObject* FindType (const OUString& aTypeName) const; SbxArrayRef GetEnums() { return rEnums; } |