summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-05 20:48:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-06 09:43:38 +0000
commit3f6f21e6e7721bbca13c1e632c0247939538ba82 (patch)
treee2679ab8218fc1d405ae22c16da3780d55ce411a /sc/inc/cellsuno.hxx
parent4cd7b4ab8aeaf61f5e30e4b63e039b7bb9519e85 (diff)
V801: Decreased performance
Change-Id: Ia58f19c7121dc8a835436bcefc7fd1e3789407db
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index ba9dedbe156c..a4fc6fa6a959 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -492,8 +492,7 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
- static ScCellRangesBase* getImplementation( const com::sun::star::uno::Reference<
- com::sun::star::uno::XInterface> xObj );
+ static ScCellRangesBase* getImplementation(const css::uno::Reference<css::uno::XInterface>& rObj);
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
@@ -1259,8 +1258,7 @@ public:
throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId();
- static ScTableSheetObj* getImplementation( const com::sun::star::uno::Reference<
- com::sun::star::uno::XInterface> xObj );
+ static ScTableSheetObj* getImplementation(const css::uno::Reference< com::sun::star::uno::XInterface>& rObj);
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()