From 81aa4049d1b3109dc792ee3ef06d07ac535dd755 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 18 Aug 2013 16:15:25 +0100 Subject: XubString->OUString Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987 --- include/svx/gridctrl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/gridctrl.hxx') 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();} -- cgit v1.2.3