summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unocrsrhelper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:41:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:41:44 +0200
commit574bc065a7a8732a8be23ed8fbde284e0d611a7a (patch)
treeff8e6c96795d64ef4fd62c2f6f20569746ba2053 /sw/source/core/unocore/unocrsrhelper.cxx
parent008904a75bae7a42af8fce5f2bced4d029af3094 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I091e11ab1e7fbacf04a0eac51262d22d3835ab17
Diffstat (limited to 'sw/source/core/unocore/unocrsrhelper.cxx')
-rw-r--r--sw/source/core/unocore/unocrsrhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx
index 5fcfcc8ba8c3..b783fc9d8b5e 100644
--- a/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/sw/source/core/unocore/unocrsrhelper.cxx
@@ -872,7 +872,7 @@ void setNumberingProperty(const Any& rValue, SwPaM& rPam)
}
}
}
- else if ( rValue.getValueType() == ::getVoidCppuType() )
+ else if ( rValue.getValueType() == cppu::UnoType<cppu::UnoVoidType>::get() )
{
rPam.GetDoc()->DelNumRules(rPam);
}