diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-18 13:15:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:54:42 +0200 |
commit | 8d620216102b6597d0152135ac10aeff268971d9 (patch) | |
tree | 43c4a60d321c9f5f227a7aac271d01fa7718f3ad /sw/inc/unotbl.hxx | |
parent | 9f73517e50e464761c60666d9ca930d63ec34efe (diff) |
convert sw/inc/unotbl.hxx from String to OUString
Change-Id: Ib9e0324d104401b85cc1472ad7243822fd129c85
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 |