diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 14:11:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:45 +0200 |
commit | b39e68d72a34c566aca0b5c15b173da62a8ec9e2 (patch) | |
tree | 235ac9cdbc4a7a7188dce9356ebc9527f0fa5681 /include | |
parent | ebdaa4d5bf9538c693f76c7f32c2235e4740a65c (diff) |
convert include/svx/frmdirlbox.hxx from String to OUString
Change-Id: Ib7d7a6e62f5fb28664c25fbc96cd3d56bf1797ac
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/frmdirlbox.hxx | 2 |
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. */ |