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/svtools/editbrowsebox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/editbrowsebox.hxx') diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index c9299d363c0a..6add6f741c76 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -578,7 +578,7 @@ namespace svt // inserting columns // if you don't set a width, this will be calculated automatically // if the id isn't set the smallest unused will do it ... - 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); // called whenever (Shift)Tab or Enter is pressed. If true is returned, these keys // result in traveling to the next or to th previous cell -- cgit