summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-10 14:54:03 +0200
committerNoel Grandin <noel@peralex.com>2013-10-15 12:25:36 +0200
commitd0da700e3e233dcc44b458207fcfaa2b8e2749e8 (patch)
tree2b5517e798e5dad175a4b1481483ad970f82c890 /sw/inc
parent7c43784537119d519c724f8c3987ad4aedac10ca (diff)
convert sw/inc/hhcwrp.hxx from String to OUString
Change-Id: Ie7c5c13b3710804cf0837fb5d1691be2459ae07a
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/hhcwrp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index 81ad1f938c8d..d173fe77a298 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -65,11 +65,11 @@ class SwHHCWrapper : public editeng::HangulHanjaConversion
void SelectNewUnit_impl( const sal_Int32 nUnitStart,
const sal_Int32 nUnitEnd );
- void ChangeText( const String &rNewText,
+ void ChangeText( const OUString &rNewText,
const OUString& rOrigText,
const ::com::sun::star::uno::Sequence< sal_Int32 > *pOffsets,
SwPaM *pCrsr );
- void ChangeText_impl( const String &rNewText, bool bKeepAttributes );
+ void ChangeText_impl( const OUString &rNewText, bool bKeepAttributes );
inline bool IsDrawObj() { return m_bIsDrawObj; }
inline void SetDrawObj( bool bNew ) { m_bIsDrawObj = bNew; }