loplugin:passstuffbyref
Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c
This commit is contained in:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user