diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 15:37:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-14 09:21:40 +0200 |
commit | cc2f103744fc5e36a2e583442e41bc6b9d0d0b90 (patch) | |
tree | 447b110388cc02aa2b112375d92a92822a3b805a /sdext/source/presenter/PresenterNotesView.hxx | |
parent | baf34a9e44fbd39c3657cabd22d871bc804ab12d (diff) |
loplugin:passstuffbyref in sdext
Change-Id: I954510b953dab133bcf7b37cf598757b7d8e5fca
Diffstat (limited to 'sdext/source/presenter/PresenterNotesView.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterNotesView.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.hxx b/sdext/source/presenter/PresenterNotesView.hxx index 418087d2777b..653cd2d8af2f 100644 --- a/sdext/source/presenter/PresenterNotesView.hxx +++ b/sdext/source/presenter/PresenterNotesView.hxx @@ -85,7 +85,7 @@ public: void ChangeFontSize (const sal_Int32 nSizeChange); - std::shared_ptr<PresenterTextView> GetTextView() const; + const std::shared_ptr<PresenterTextView>& GetTextView() const; // lang::XEventListener |