diff options
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index ac8a418c83ac..080e9e57e096 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -186,7 +186,7 @@ public: const OUString& getURL() const; Reference< XContent > getContent(); Reference< XCommandProcessor > getCommandProcessor(); - Reference< XComponentContext > getComponentContext() + Reference< XComponentContext > const & getComponentContext() { assert(m_xCtx.is()); return m_xCtx; } Any executeCommand( const Command& rCommand ); |