summaryrefslogtreecommitdiff
path: root/include/svx/frmdirlbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 14:11:52 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:45 +0200
commitb39e68d72a34c566aca0b5c15b173da62a8ec9e2 (patch)
tree235ac9cdbc4a7a7188dce9356ebc9527f0fa5681 /include/svx/frmdirlbox.hxx
parentebdaa4d5bf9538c693f76c7f32c2235e4740a65c (diff)
convert include/svx/frmdirlbox.hxx from String to OUString
Change-Id: Ib7d7a6e62f5fb28664c25fbc96cd3d56bf1797ac
Diffstat (limited to 'include/svx/frmdirlbox.hxx')
-rw-r--r--include/svx/frmdirlbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/frmdirlbox.hxx b/include/svx/frmdirlbox.hxx
index 1248e63558a5..427c0df0f449 100644
--- a/include/svx/frmdirlbox.hxx
+++ b/include/svx/frmdirlbox.hxx
@@ -45,7 +45,7 @@ public:
/** Inserts a string with corresponding direction enum into the listbox. */
void InsertEntryValue(
- const String& rString,
+ const OUString& rString,
SvxFrameDirection eDirection,
sal_uInt16 nPos = LISTBOX_APPEND );
/** Removes the entry, that represents the specified frame direction. */