From 520deb6d25c92053c9f2c099bb580de1acdf353b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Sep 2013 09:51:38 +0200 Subject: convert include/editeng/unolingu.hxx from String to OUString Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed --- include/editeng/unolingu.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/editeng/unolingu.hxx') diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx index 9e21010c26b8..a1c24c44d37e 100644 --- a/include/editeng/unolingu.hxx +++ b/include/editeng/unolingu.hxx @@ -117,11 +117,11 @@ namespace com { namespace sun { namespace star { namespace linguistic2 { struct SvxAlternativeSpelling { - String aReplacement; - ::com::sun::star::uno::Reference< - ::com::sun::star::linguistic2::XHyphenatedWord > xHyphWord; + OUString aReplacement; + css::uno::Reference< css::linguistic2::XHyphenatedWord > + xHyphWord; sal_Int16 nChangedPos, - nChangedLength; + nChangedLength; sal_Bool bIsAltSpelling; inline SvxAlternativeSpelling(); -- cgit