diff options
Diffstat (limited to 'embeddedobj/source/inc/commonembobj.hxx')
-rw-r--r-- | embeddedobj/source/inc/commonembobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/inc/commonembobj.hxx b/embeddedobj/source/inc/commonembobj.hxx index 5e857b0a3331..0ae22154959e 100644 --- a/embeddedobj/source/inc/commonembobj.hxx +++ b/embeddedobj/source/inc/commonembobj.hxx @@ -248,7 +248,7 @@ public: // not a real listener and should not be void PostEvent_Impl( const OUString& aEventName ); - OUString getContainerName() { return m_aContainerName; } + OUString const & getContainerName() { return m_aContainerName; } // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) override ; |