diff options
Diffstat (limited to 'embeddedobj/source/msole/olecomponent.hxx')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx index 7cfcce4fd13a..3ff53291c01f 100644 --- a/embeddedobj/source/msole/olecomponent.hxx +++ b/embeddedobj/source/msole/olecomponent.hxx @@ -112,7 +112,7 @@ public: css::uno::Sequence< css::embed::VerbDescriptor > GetVerbList(); void ExecuteVerb( sal_Int32 nVerbID ); - void SetHostName( const OUString& aContName, const OUString& aEmbDocName ); + void SetHostName( const OUString& aEmbDocName ); void SetExtent( const css::awt::Size& aVisAreaSize, sal_Int64 nAspect ); css::awt::Size GetExtent( sal_Int64 nAspect ); |