summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbawindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbawindow.cxx')
-rw-r--r--sw/source/ui/vba/vbawindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbawindow.cxx b/sw/source/ui/vba/vbawindow.cxx
index 5f5749d0f5c4..458fb400d758 100644
--- a/sw/source/ui/vba/vbawindow.cxx
+++ b/sw/source/ui/vba/vbawindow.cxx
@@ -120,7 +120,7 @@ SwVbaWindow::Panes( const uno::Any& aIndex )
if( aIndex.getValueTypeClass() == uno::TypeClass_VOID )
return uno::makeAny( xPanes );
- return uno::Any( xPanes->Item( aIndex, uno::Any() ) );
+ return xPanes->Item( aIndex, uno::Any() );
}
uno::Any SAL_CALL