diff options
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/splwrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/splwrap.hxx b/editeng/inc/editeng/splwrap.hxx index 43142eb185c5..af61e3b81fbe 100644 --- a/editeng/inc/editeng/splwrap.hxx +++ b/editeng/inc/editeng/splwrap.hxx @@ -57,7 +57,7 @@ class EDITENG_DLLPUBLIC SvxSpellWrapper { private: friend class SvxSpellCheckDialog; friend class SvxHyphenWordDialog; - friend class SvxHyphenWordDialog_Impl; + friend struct SvxHyphenWordDialog_Impl; Window* pWin; ::com::sun::star::uno::Reference< |