diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-25 12:38:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-06-25 15:03:46 -0400 |
commit | e14abb13dc7e314840ea09dd78e96c816aee6456 (patch) | |
tree | dc75b810ff5a00ea9b99b1d5f11b13668d1dceed /include/basic | |
parent | ff0ecb262181b2969e552037a4a4455deb33f925 (diff) |
Use boost::optional to store alias name.
Change-Id: I809b21ea156061a265c0d83d58534df10bc273bc
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 1549bfbf4fac..0e1c8d27a53f 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -152,7 +152,7 @@ public: void Remove( sal_uInt16 ); void Remove( SbxVariable* ); void Merge( SbxArray* ); - const OUString& GetAlias( sal_uInt16 ); + OUString GetAlias( sal_uInt16 ); void PutAlias( const OUString&, sal_uInt16 ); SbxVariable* FindUserData( sal_uInt32 nUserData ); virtual SbxVariable* Find( const OUString&, SbxClassType ); |