loplugin:passstuffbyref

Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c
This commit is contained in:
Stephan Bergmann
2016-05-12 14:26:29 +02:00
parent 9ea219dc5a
commit 4baf56e63d

View File

@@ -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 );