diff options
Diffstat (limited to 'xmloff/inc/XMLEmbeddedObjectImportContext.hxx')
-rw-r--r-- | xmloff/inc/XMLEmbeddedObjectImportContext.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx index 01046620e0d7..206707ce1409 100644 --- a/xmloff/inc/XMLEmbeddedObjectImportContext.hxx +++ b/xmloff/inc/XMLEmbeddedObjectImportContext.hxx @@ -55,8 +55,7 @@ public: virtual void Characters( const OUString& rChars ) override; - void SetComponent( - css::uno::Reference< css::lang::XComponent >& rComp ); + void SetComponent( css::uno::Reference< css::lang::XComponent > const & rComp ); }; |