summaryrefslogtreecommitdiff
path: root/include/svtools/treelistbox.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/treelistbox.hxx
parent46846b7c48c0d408d66ffecea1dbd9ba8e77ff9e (diff)
XubString->OUString
Change-Id: I07f4db038114174a65ed453096d566d699e8fce8
Diffstat (limited to 'include/svtools/treelistbox.hxx')
-rw-r--r--include/svtools/treelistbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 4c09d74dcdea..4fe013f7945e 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -529,7 +529,7 @@ protected:
void EditItemText( SvTreeListEntry* pEntry, SvLBoxString* pItem,
const Selection& );
- void EditedText( const XubString& );
+ void EditedText(const OUString&);
// Recalculate all tabs depending on TreeListStyle and Bitmap sizes
// Is called automatically when inserting/changing Bitmaps, changing the Model etc.
@@ -632,7 +632,7 @@ public:
void SetCheckButtonInvisible( SvTreeListEntry* );
SvButtonState GetCheckButtonState( SvTreeListEntry* ) const;
- void SetEntryText(SvTreeListEntry*, const XubString& );
+ void SetEntryText(SvTreeListEntry*, const OUString& );
void SetExpandedEntryBmp( SvTreeListEntry* _pEntry, const Image& _rImage );
void SetCollapsedEntryBmp( SvTreeListEntry* _pEntry, const Image& _rImage );