From 526d192333615e8b3b10f144faad987519be1044 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 1 May 2015 15:55:01 +0200 Subject: Unwind odd reference handling with csvcontrol. Change-Id: I5002ae13455825b0b7516e228b1e3bad7adc669a --- sc/source/ui/inc/csvcontrol.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sc/source/ui/inc/csvcontrol.hxx') diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx index 3639d6f93eaf..e2fbc49ab943 100644 --- a/sc/source/ui/inc/csvcontrol.hxx +++ b/sc/source/ui/inc/csvcontrol.hxx @@ -225,16 +225,15 @@ protected: typedef ::std::vector< OUString > StringVec; typedef ::std::vector< StringVec > StringVecVec; - typedef ::com::sun::star::uno::Reference< - ::com::sun::star::accessibility::XAccessible > XAccessibleRef; + typedef ::css::uno::Reference< + ::css::accessibility::XAccessible > XAccessibleRef; private: Link<> maCmdHdl; /// External command handler. ScCsvCmd maCmd; /// Data of last command. const ScCsvLayoutData& mrData; /// Shared layout data. - XAccessibleRef mxAccessible; /// The accessible object of the control. - ScAccessibleCsvControl* mpAccessible; /// Pointer to the accessible implementation object. + rtl::Reference mxAccessible; /// Reference to the accessible implementation object. bool mbValidGfx; /// Content of virtual devices valid? public: -- cgit v1.2.3