diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-07 09:58:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-07 09:58:10 +0100 |
commit | 7074b7b7be105cccb6a914860814b4a98ebfdcaf (patch) | |
tree | d6ad81eab1d245714b7ef22e31aa7d2b7597593c | |
parent | 3bc7c25d9a7969d2a6369c39ebc71bf3a4312f39 (diff) |
WaE: class vs struct
-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< |