| commit | a7d008a8dfdc0a8b42061329b5e756b1b034abaf | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Apr 07 16:18:22 2017 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Fri Apr 07 18:36:59 2017 +0100 |
| tree | 10b39d74993bf79e169d5e02a0fbb45de9f58343 | |
| parent | ebd43aee5b9cf98ed96ce28985267ad0bc980b7a [diff] |
Resolves: tdf#106732 the intent was surely to return a const ref Change-Id: Iaaa1f76a689645adaebf4fe5b87003ad238f71f2
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx index 5e18693..58bada8 100644 --- a/include/svtools/insdlg.hxx +++ b/include/svtools/insdlg.hxx
@@ -60,7 +60,7 @@ public: return aObjectServerList.size(); } const SvObjectServer operator[]( size_t n ) const const SvObjectServer& operator[]( size_t n ) const { return aObjectServerList[ n ]; }