diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-18 13:17:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:54:42 +0200 |
commit | 4ebde2bc461e9661d7264340398b972fb69a89a6 (patch) | |
tree | f8d823767f31fc17733f5f361cf51018e04cd59f /sw/inc | |
parent | 8d620216102b6597d0152135ac10aeff268971d9 (diff) |
convert sw/inc/unosrch.hxx from String to OUString
Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unosrch.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |