summaryrefslogtreecommitdiffstats
path: root/include/svtools/svtabbx.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-12 15:42:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-12 16:47:59 +0100
commit8ad3d846a46a2780e1759f58334b04ce2286ff00 (patch)
tree9bb7f29eb49ad96521fa9bc85d8c1acef6860839 /include/svtools/svtabbx.hxx
parentWaE: private field 'pBtnHelp' is not used (diff)
downloadcore-8ad3d846a46a2780e1759f58334b04ce2286ff00.tar.gz
core-8ad3d846a46a2780e1759f58334b04ce2286ff00.zip
XubString->OUString
Change-Id: I07f4db038114174a65ed453096d566d699e8fce8
Diffstat (limited to 'include/svtools/svtabbx.hxx')
-rw-r--r--include/svtools/svtabbx.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index 4a722faf40dd..c88b41868f64 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -98,8 +98,8 @@ public:
String GetEntryText( SvTreeListEntry*, sal_uInt16 nCol ) const;
String GetEntryText( sal_uLong nPos, sal_uInt16 nCol = 0xffff ) const;
using SvTreeListBox::SetEntryText;
- void SetEntryText( const XubString&, sal_uLong, sal_uInt16 nCol=0xffff );
- void SetEntryText(const XubString&,SvTreeListEntry*,sal_uInt16 nCol=0xffff);
+ void SetEntryText(const OUString&, sal_uLong, sal_uInt16 nCol=0xffff);
+ void SetEntryText(const OUString&, SvTreeListEntry*, sal_uInt16 nCol=0xffff);
String GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const;
sal_uLong GetEntryPos( const XubString&, sal_uInt16 nCol = 0xffff );
sal_uLong GetEntryPos( const SvTreeListEntry* pEntry ) const;