summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
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; }