summaryrefslogtreecommitdiff
path: root/extensions/source/resource
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:07 +0200
commit23116414bd9ea84e3bcdb69b5001c082c9bbb6cc (patch)
treeb6c94ec712480232623eb5635fcd8fff90193b72 /extensions/source/resource
parente78a3bfdc815210145e717db459a90f50f218ea8 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Iee8db4ae259f0d2181140cb3f7ce859bad7cd33d
Diffstat (limited to 'extensions/source/resource')
-rw-r--r--extensions/source/resource/ResourceIndexAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/resource/ResourceIndexAccess.cxx b/extensions/source/resource/ResourceIndexAccess.cxx
index 0d1a69d81b12..77cdc21d5e6d 100644
--- a/extensions/source/resource/ResourceIndexAccess.cxx
+++ b/extensions/source/resource/ResourceIndexAccess.cxx
@@ -78,7 +78,7 @@ namespace
virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// XElementAccessBase
virtual ::com::sun::star::uno::Type SAL_CALL getElementType( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
- { return ::getCppuType(static_cast<Sequence<PropertyValue> * >(0)); };
+ { return cppu::UnoType<Sequence<PropertyValue>>::get(); };
};
}