From c06e2fcc2c03c4b6353bd9a1e282c36de872d777 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 23 Oct 2015 09:07:12 +0200 Subject: com::sun::star->css in include/sot to include/typelib Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de --- include/svx/sdr/table/tablecontroller.hxx | 4 ++-- include/svx/sdr/table/tabledesign.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx index b7ea8810a1b2..23fa8c13e070 100644 --- a/include/svx/sdr/table/tablecontroller.hxx +++ b/include/svx/sdr/table/tablecontroller.hxx @@ -134,7 +134,7 @@ private: SVX_DLLPRIVATE void MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_Int32 nLastRow ); - SVX_DLLPRIVATE void EditCell( const CellPos& rPos, vcl::Window* pWindow, const ::com::sun::star::awt::MouseEvent* pMouseEvent = 0, sal_uInt16 nAction = 0 ); + SVX_DLLPRIVATE void EditCell( const CellPos& rPos, vcl::Window* pWindow, const css::awt::MouseEvent* pMouseEvent = 0, sal_uInt16 nAction = 0 ); SVX_DLLPRIVATE bool StopTextEdit(); SVX_DLLPRIVATE sal_uInt16 getKeyboardAction( const KeyEvent& rKEvt, vcl::Window* pWindow ); @@ -165,7 +165,7 @@ private: SdrObjectWeakRef mxTableObj; SdrModel* mpModel; - ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener > mxModifyListener; + css::uno::Reference< css::util::XModifyListener > mxModifyListener; ImplSVEvent * mnUpdateEvent; }; diff --git a/include/svx/sdr/table/tabledesign.hxx b/include/svx/sdr/table/tabledesign.hxx index 656293361a37..cf0ed0cf00f9 100644 --- a/include/svx/sdr/table/tabledesign.hxx +++ b/include/svx/sdr/table/tabledesign.hxx @@ -38,7 +38,7 @@ const sal_Int32 body_style = 8; const sal_Int32 background_style = 9; const sal_Int32 style_count = 10; -extern SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > CreateTableDesignFamily(); +extern SVX_DLLPUBLIC css::uno::Reference< css::container::XNameAccess > CreateTableDesignFamily(); } } -- cgit