diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 13:52:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 14:31:44 +0100 |
commit | cf6a74af5340c2c4fbf270a95bad12479524d9d4 (patch) | |
tree | 5d9bdbbdf54f15d0649c66009d86c08aeef27bb7 /sw | |
parent | 8197518497ce5c538ea5db85168614f6025de2b5 (diff) |
XubString->OUString
Change-Id: I1049249741f445ad7bd9c070f99812c4404597c9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index c7525448b12a..1dd39458f0cb 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -183,7 +183,7 @@ public: sal_Bool IsModified()const; - virtual String GetCellText( long nRow, sal_uInt16 nColumn ) const; + virtual OUString GetCellText( long nRow, sal_uInt16 nColumn ) const; virtual void Resize(); virtual Size GetOptimalSize() const; }; @@ -4002,7 +4002,7 @@ sal_Bool SwEntryBrowseBox::SeekRow( long nRow ) return sal_True; } -String SwEntryBrowseBox::GetCellText(long nRow, sal_uInt16 nColumn) const +OUString SwEntryBrowseBox::GetCellText(long nRow, sal_uInt16 nColumn) const { const String* pRet = &aEmptyStr; if(static_cast<sal_uInt16>( aEntryArr.size() ) > nRow) |