summaryrefslogtreecommitdiffstats
path: root/vbahelper/source/vbahelper/vbashapes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbashapes.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbashapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbashapes.cxx b/vbahelper/source/vbahelper/vbashapes.cxx
index 1303eac17b2f..5e5d3322d148 100644
--- a/vbahelper/source/vbahelper/vbashapes.cxx
+++ b/vbahelper/source/vbahelper/vbashapes.cxx
@@ -105,7 +105,7 @@ ScVbaShapes::createCollectionObject( const css::uno::Any& aSource ) throw (uno::
uno::Type
ScVbaShapes::getElementType() throw (uno::RuntimeException)
{
- return ooo::vba::msforms::XShape::static_type(0);
+ return cppu::UnoType<ooo::vba::msforms::XShape>::get();
}
OUString