summaryrefslogtreecommitdiff
path: root/sw/inc/unosrch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 13:17:50 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:54:42 +0200
commit4ebde2bc461e9661d7264340398b972fb69a89a6 (patch)
treef8d823767f31fc17733f5f361cf51018e04cd59f /sw/inc/unosrch.hxx
parent8d620216102b6597d0152135ac10aeff268971d9 (diff)
convert sw/inc/unosrch.hxx from String to OUString
Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350
Diffstat (limited to 'sw/inc/unosrch.hxx')
-rw-r--r--sw/inc/unosrch.hxx4
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;