diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-04-14 23:03:08 -0430 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-16 18:44:00 +0200 |
commit | a5b909ac6d6dd41559eba271d27140ebc21c72fc (patch) | |
tree | b08b7d7c11ffc7020eac410a1837a4b43b46290e /sd/source/ui/inc/inspagob.hxx | |
parent | 05524106d17ec7396aa1133fbe8ba9996c27f139 (diff) |
Return by value instead of passing by reference to get data.
Diffstat (limited to 'sd/source/ui/inc/inspagob.hxx')
-rw-r--r-- | sd/source/ui/inc/inspagob.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/inspagob.hxx b/sd/source/ui/inc/inspagob.hxx index deea96c87687..651979ba0876 100644 --- a/sd/source/ui/inc/inspagob.hxx +++ b/sd/source/ui/inc/inspagob.hxx @@ -69,7 +69,7 @@ public: |* \************************************************************************/ - void GetList ( const sal_uInt16 nType, std::vector<rtl::OUString> &rEntries); + std::vector<rtl::OUString> GetList ( const sal_uInt16 nType ) ; sal_Bool IsLink(); sal_Bool IsRemoveUnnessesaryMasterPages() const; |