summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unotext2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:38:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:38:49 +0200
commitc047451f8a7d2878a2b8be39817105c3d362af0e (patch)
treecf7b669b546baa9435853ce0e70d1c243cc51791 /editeng/source/uno/unotext2.cxx
parent59a051d27d81114ca188c47db23a97c482fdfec6 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I13a85e13b22559a9f1571ef5771b26d70a5cd4fb
Diffstat (limited to 'editeng/source/uno/unotext2.cxx')
-rw-r--r--editeng/source/uno/unotext2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/unotext2.cxx b/editeng/source/uno/unotext2.cxx
index 4b51b8560a88..e57cf87f399e 100644
--- a/editeng/source/uno/unotext2.cxx
+++ b/editeng/source/uno/unotext2.cxx
@@ -33,7 +33,7 @@ using namespace ::cppu;
using namespace ::com::sun::star;
#define QUERYINT( xint ) \
- if( rType == ::getCppuType((const uno::Reference< xint >*)0) ) \
+ if( rType == cppu::UnoType<xint>::get() ) \
return uno::makeAny(uno::Reference< xint >(this))