summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/propertyexport.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:43:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:43:33 +0200
commita0c46d2f20989bab56a7bc95409d0043a3f323c7 (patch)
tree3058ac0d31b01b4d4d2fb4ab79649a6490b7cd3a /xmloff/source/forms/propertyexport.hxx
parent2b1d22e1ff6ea5ef7a53783617a45309d7426f07 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Ic3764caeeb2cdec397071706845bf8517c848917
Diffstat (limited to 'xmloff/source/forms/propertyexport.hxx')
-rw-r--r--xmloff/source/forms/propertyexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index 9f2cdd8b8d60..2c38bc3862a1 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -391,7 +391,7 @@ namespace xmloff
//= helper
#ifdef DBG_UTIL
#define DBG_CHECK_PROPERTY(name, type) \
- dbg_implCheckProperty(name, &::getCppuType(static_cast< type* >(NULL)))
+ dbg_implCheckProperty(name, &cppu::UnoType<type>::get())
#define DBG_CHECK_PROPERTY_NO_TYPE(name) \
dbg_implCheckProperty(name, NULL)