summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellvaluebinding.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:40:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:40:39 +0200
commit3f80ac477354f4c6293d983d3ca9eef59a07dce0 (patch)
treec6c17f359dfbd703ce18b473a3b7b009bfcd5b95 /sc/source/ui/unoobj/cellvaluebinding.cxx
parent0cff0af7328ac916215e534dc284e773eb0b9dc5 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Iddde148aa783c252d0c864e30855383e996dbf69
Diffstat (limited to 'sc/source/ui/unoobj/cellvaluebinding.cxx')
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx
index 1bce4afcfb8b..1d4ce4849024 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.cxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.cxx
@@ -61,7 +61,7 @@ namespace calc
OUString( "BoundCell" ),
PROP_HANDLE_BOUND_CELL,
PropertyAttribute::BOUND | PropertyAttribute::READONLY,
- ::getCppuType( &aInitialPropValue ),
+ cppu::UnoType<decltype(aInitialPropValue)>::get(),
&aInitialPropValue
);