From 4ebde2bc461e9661d7264340398b972fb69a89a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Sep 2013 13:17:50 +0200 Subject: convert sw/inc/unosrch.hxx from String to OUString Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350 --- sw/inc/unosrch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/unosrch.hxx b/sw/inc/unosrch.hxx index 8b71eac57ebf..9b683bb3f29b 100644 --- a/sw/inc/unosrch.hxx +++ b/sw/inc/unosrch.hxx @@ -44,8 +44,8 @@ class SwXTextSearch : public cppu::WeakImplHelper3 { friend class SwXTextDocument; - String sSearchText; - String sReplaceText; + OUString sSearchText; + OUString sReplaceText; SwSearchProperties_Impl* pSearchProperties; SwSearchProperties_Impl* pReplaceProperties; -- cgit