diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-05 09:51:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-11 09:45:28 +0200 |
commit | 520deb6d25c92053c9f2c099bb580de1acdf353b (patch) | |
tree | 46d9ea31a23b8aee095e706377ec19502f33b2e6 /include/editeng | |
parent | ab0998c77cc5b1f15c4d584185e7c401ef6fe62b (diff) |
convert include/editeng/unolingu.hxx from String to OUString
Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unolingu.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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(); |