summaryrefslogtreecommitdiff
path: root/include/svx/fontlb.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-10 10:20:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-10 15:28:18 +0100
commit39f392e41a2c1c856251e886042a30a5089d5200 (patch)
treea586fbff89a9d9e4b463595447b63d8317298973 /include/svx/fontlb.hxx
parent43f2c887a0ed365c2f06d29bb5fa5512cbcaf542 (diff)
drop some more XubStrings
Change-Id: Ibca2e4a0cfd1b504f87fea1d4e47536c1abd8ac0
Diffstat (limited to 'include/svx/fontlb.hxx')
-rw-r--r--include/svx/fontlb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx
index b45ed086efd0..5d9cc80daa25 100644
--- a/include/svx/fontlb.hxx
+++ b/include/svx/fontlb.hxx
@@ -39,7 +39,7 @@ public:
SvLBoxFontString(
SvTreeListEntry* pEntry,
sal_uInt16 nFlags,
- const XubString& rString,
+ const OUString& rString,
const Font& rFont,
const Color* pColor = NULL );
@@ -83,9 +83,9 @@ public:
void SetNoSelection();
/** Returns the position of the entry currently selected or LIST_APPEND. */
- sal_uLong GetSelectEntryPos() const;
+ sal_uLong GetSelectEntryPos() const;
/** Returns the text of the selected entry or an empty string. */
- XubString GetSelectEntry() const;
+ OUString GetSelectEntry() const;
protected:
/** Initializes a new SvLBoxFontString entry.