diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:40:39 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:40:39 +0200 |
commit | 3f80ac477354f4c6293d983d3ca9eef59a07dce0 (patch) | |
tree | c6c17f359dfbd703ce18b473a3b7b009bfcd5b95 /sc/inc/rangeseq.hxx | |
parent | 0cff0af7328ac916215e534dc284e773eb0b9dc5 (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Iddde148aa783c252d0c864e30855383e996dbf69
Diffstat (limited to 'sc/inc/rangeseq.hxx')
-rw-r--r-- | sc/inc/rangeseq.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangeseq.hxx b/sc/inc/rangeseq.hxx index 4f15a811ac08..0b328e07e08c 100644 --- a/sc/inc/rangeseq.hxx +++ b/sc/inc/rangeseq.hxx @@ -80,7 +80,7 @@ public: /** Convert a sequence of mixed elements to ScMatrix. - Precondition: rAny.getValueType().equals( getCppuType( (uno::Sequence< uno::Sequence< uno::Any > > *)0)) + Precondition: rAny.getValueType().equals( cppu::UnoType< uno::Sequence< uno::Sequence< uno::Any > > >::get() ) @returns a new'd ScMatrix as ScMatrixRef, NULL if rAny couldn't be read as type Sequence<Sequence<Any>> |