diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 09:07:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 10:48:50 +0200 |
commit | c06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch) | |
tree | 69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/svdotable.hxx | |
parent | a1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff) |
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/svdotable.hxx')
-rw-r--r-- | include/svx/svdotable.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx index 8d9eebce9dce..a7fcd40fd93b 100644 --- a/include/svx/svdotable.hxx +++ b/include/svx/svdotable.hxx @@ -117,7 +117,7 @@ public: void DistributeColumns( sal_Int32 nFirstColumn, sal_Int32 nLastColumn ); void DistributeRows( sal_Int32 nFirstRow, sal_Int32 nLastRow ); - com::sun::star::uno::Reference< com::sun::star::table::XTable > getTable() const; + css::uno::Reference< css::table::XTable > getTable() const; bool isValid( const sdr::table::CellPos& rPos ) const; static CellPos getFirstCell(); @@ -151,8 +151,8 @@ public: const SfxItemSet& GetActiveCellItemSet() const; - void setTableStyle( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& xAutoFormatStyle ); - const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& getTableStyle() const; + void setTableStyle( const css::uno::Reference< css::container::XIndexAccess >& xAutoFormatStyle ); + const css::uno::Reference< css::container::XIndexAccess >& getTableStyle() const; // text stuff @@ -256,7 +256,7 @@ public: virtual bool IsVerticalWriting() const override; virtual void SetVerticalWriting(bool bVertical) override; - com::sun::star::text::WritingMode GetWritingMode() const; + css::text::WritingMode GetWritingMode() const; virtual void onEditOutlinerStatusEvent( EditStatus* pEditStatus ) override; |