Just use Any ctor instead of makeAny in canvas
Change-Id: Iade345e814f2809bead96b228afa925d86057696 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133847 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
@@ -154,7 +154,7 @@ namespace canvas
|
||||
|
||||
css::uno::Any getXWindow() const
|
||||
{
|
||||
return css::uno::makeAny(mxWindow);
|
||||
return css::uno::Any(mxWindow);
|
||||
}
|
||||
|
||||
virtual void disposeThis() override
|
||||
|
@@ -325,7 +325,7 @@ namespace canvas
|
||||
|
||||
css::uno::Any getDumpScreenContent() const
|
||||
{
|
||||
return css::uno::makeAny( mbDumpScreenContent );
|
||||
return css::uno::Any( mbDumpScreenContent );
|
||||
}
|
||||
|
||||
void setDumpScreenContent( const css::uno::Any& rAny )
|
||||
|
Reference in New Issue
Block a user