diff options
-rw-r--r-- | include/svtools/insdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx index 5e18693663b3..58bada8fadd2 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 ]; } |