diff options
Diffstat (limited to 'sc/source/ui/vba/vbamenus.cxx')
-rw-r--r-- | sc/source/ui/vba/vbamenus.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbamenus.cxx b/sc/source/ui/vba/vbamenus.cxx index 6fbe213ec82d..39ee2c39219e 100644 --- a/sc/source/ui/vba/vbamenus.cxx +++ b/sc/source/ui/vba/vbamenus.cxx @@ -56,7 +56,7 @@ ScVbaMenus::ScVbaMenus( const uno::Reference< XHelperInterface >& xParent, const uno::Type SAL_CALL ScVbaMenus::getElementType() throw ( uno::RuntimeException ) { - return excel::XMenu::static_type( 0 ); + return cppu::UnoType<excel::XMenu>::get(); } uno::Reference< container::XEnumeration > |