diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:17 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-20 00:50:59 +0900 |
commit | eeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch) | |
tree | afef43b5685ce49c9f74c4721725fbf0fbdb1001 /linguistic | |
parent | 6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff) |
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdic.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/lngopt.hxx | 3 | ||||
-rw-r--r-- | linguistic/source/lngsvcmgr.hxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index f33ad751f91b..047b73746617 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -49,8 +49,6 @@ #define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary" -class SvStream; - sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType ); struct StrLT diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 1e0fa9ffd7a1..61bb241eb40c 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star { namespace beans { struct PropertyChangeEvent; } - namespace registry { - class XRegistryKey; - } }}} diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx index 0e27a705e56e..80cbd3d65abe 100644 --- a/linguistic/source/lngsvcmgr.hxx +++ b/linguistic/source/lngsvcmgr.hxx @@ -56,7 +56,6 @@ struct SvcInfo; namespace com { namespace sun { namespace star { namespace linguistic2 { class XLinguServiceEventBroadcaster; class XSpellChecker; - class XProofreader; class XProofreadingIterator; class XHyphenator; class XThesaurus; |