summaryrefslogtreecommitdiff
path: root/chart2/source/tools/RegressionEquation.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:35:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:35:38 +0200
commit79451a0566e95ba10c749e913cb642cd71d95755 (patch)
tree48df04627ffdbdb1c15bb64f3b30585a222b5bec /chart2/source/tools/RegressionEquation.cxx
parentfb088cdd8d6aed2f82b13b03d8ddb6f7901c5ef2 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I5bc47d62afa9cf43f4f1978e082bba43920eb10d
Diffstat (limited to 'chart2/source/tools/RegressionEquation.cxx')
-rw-r--r--chart2/source/tools/RegressionEquation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/RegressionEquation.cxx b/chart2/source/tools/RegressionEquation.cxx
index 5cad641f7050..0c97028a5732 100644
--- a/chart2/source/tools/RegressionEquation.cxx
+++ b/chart2/source/tools/RegressionEquation.cxx
@@ -64,14 +64,14 @@ void lcl_AddPropertiesToVector(
rOutProperties.push_back(
Property( "ShowEquation",
PROP_EQUATION_SHOW,
- ::getBooleanCppuType(),
+ cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( "ShowCorrelationCoefficient",
PROP_EQUATION_SHOW_CORRELATION_COEFF,
- ::getBooleanCppuType(),
+ cppu::UnoType<bool>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT ));