Kaydet (Commit) 287386df authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:constparams: embeddedobj (clang-cl)

Change-Id: Ic6616f432178fe1f972c5f819302a4fb6b4154fd
üst c74a70e0
......@@ -872,7 +872,7 @@ void OleComponent::CreateLinkFromFile( const OUString& aFileURL )
}
void OleComponent::InitEmbeddedCopyOfLink( OleComponent* pOleLinkComponent )
void OleComponent::InitEmbeddedCopyOfLink( OleComponent const * pOleLinkComponent )
{
if ( !pOleLinkComponent || !pOleLinkComponent->m_pNativeImpl->m_pObj )
throw lang::IllegalArgumentException(); // TODO
......
......@@ -109,7 +109,7 @@ public:
const css::uno::Reference< css::datatransfer::XTransferable >& xTransfer );
void CreateObjectFromFile( const OUString& aFileName );
void CreateLinkFromFile( const OUString& aFileName );
void InitEmbeddedCopyOfLink( OleComponent* pOleLinkComponent );
void InitEmbeddedCopyOfLink( OleComponent const * pOleLinkComponent );
void RunObject(); // switch OLE object to running state
......
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