summaryrefslogtreecommitdiff
path: root/include/svtools/editbrowsebox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 16:15:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 20:23:02 +0100
commit81aa4049d1b3109dc792ee3ef06d07ac535dd755 (patch)
tree4a419c1f636c21b87f38daf5bd50abfce8f10cd6 /include/svtools/editbrowsebox.hxx
parentaf1bbf10230a031702a6a9d5dc9a1458b48c3b2b (diff)
XubString->OUString
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r--include/svtools/editbrowsebox.hxx2
1 files changed, 1 insertions, 1 deletions
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