Kaydet (Commit) 4baf56e6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c
üst 9ea219dc
...@@ -186,7 +186,7 @@ public: ...@@ -186,7 +186,7 @@ public:
const OUString& getURL() const; const OUString& getURL() const;
Reference< XContent > getContent(); Reference< XContent > getContent();
Reference< XCommandProcessor > getCommandProcessor(); Reference< XCommandProcessor > getCommandProcessor();
Reference< XComponentContext > getComponentContext() Reference< XComponentContext > const & getComponentContext()
{ assert(m_xCtx.is()); return m_xCtx; } { assert(m_xCtx.is()); return m_xCtx; }
Any executeCommand( const Command& rCommand ); Any executeCommand( const Command& rCommand );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment