diff options
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 38aa412098b0..342759d059b2 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -296,8 +296,8 @@ private: // Descriptor-interface SwTableProperties_Impl* pTableProps; - String m_sTableName; - sal_Bool bIsDescriptor; + OUString m_sTableName; + sal_Bool bIsDescriptor; unsigned short nRows; unsigned short nColumns; @@ -388,7 +388,7 @@ public: sal_uInt16 getRowCount(void); sal_uInt16 getColumnCount(void); ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange > GetRangeByName(SwFrmFmt* pFmt, SwTable* pTable, - const String& sTLName, const String& sBRName, + const OUString& sTLName, const OUString& sBRName, SwRangeDescriptor& rDesc); //SwClient |