diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 16:15:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-18 20:23:02 +0100 |
commit | 81aa4049d1b3109dc792ee3ef06d07ac535dd755 (patch) | |
tree | 4a419c1f636c21b87f38daf5bd50abfce8f10cd6 /include/svx/gridctrl.hxx | |
parent | af1bbf10230a031702a6a9d5dc9a1458b48c3b2b (diff) |
XubString->OUString
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
Diffstat (limited to 'include/svx/gridctrl.hxx')
-rw-r--r-- | include/svx/gridctrl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx index 147683a177d3..86ff77f3d425 100644 --- a/include/svx/gridctrl.hxx +++ b/include/svx/gridctrl.hxx @@ -321,7 +321,7 @@ protected: virtual sal_Bool SaveModified(); virtual sal_Bool IsModified() const; - virtual sal_uInt16 AppendColumn(const String& rName, sal_uInt16 nWidth = 0, sal_uInt16 nPos = HEADERBAR_APPEND, sal_uInt16 nId = (sal_uInt16)-1); + virtual sal_uInt16 AppendColumn(const OUString& rName, sal_uInt16 nWidth = 0, sal_uInt16 nPos = HEADERBAR_APPEND, sal_uInt16 nId = (sal_uInt16)-1); virtual void RemoveColumn(sal_uInt16 nId); virtual DbGridColumn* CreateColumn(sal_uInt16 nId) const; virtual void ColumnMoved(sal_uInt16 nId); @@ -557,7 +557,7 @@ protected: sal_Int32 AlignSeekCursor(); sal_Bool SetCurrent(long nNewRow); - String GetCurrentRowCellText(DbGridColumn* pCol,const DbGridRowRef& _rRow) const; + OUString GetCurrentRowCellText(DbGridColumn* pCol,const DbGridRowRef& _rRow) const; virtual void DeleteSelectedRows(); sal_Bool IsValid(const DbGridRowRef& _xRow) const {return _xRow && _xRow->IsValid();} |