diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-05 16:29:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-05 16:35:05 +0000 |
commit | 2c0e1917c18711d6762e12042794b745f08cf62f (patch) | |
tree | 5dd448d49e9a7402cb7e5bf7cc6c3fb1887ee975 /sc/inc/viewuno.hxx | |
parent | db041f15b37255650418b13ad9f85f0938dc1bef (diff) |
V801: Decreased performance
Change-Id: I48c716d87ce3e46f61393ae140bf2e05d9fd6241
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r-- | sc/inc/viewuno.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index 9a489f99f880..7d8131aa1e92 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -390,9 +390,8 @@ public: sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; - static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId(); - static ScTabViewObj* getImplementation( const com::sun::star::uno::Reference< - com::sun::star::uno::XInterface> xObj ); + static const css::uno::Sequence<sal_Int8>& getUnoTunnelId(); + static ScTabViewObj* getImplementation(const css::uno::Reference<css::uno::XInterface>& rObj); // XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() |