diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-26 14:51:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-29 10:05:35 +0200 |
commit | 39fd37f39db37a83c4a1491d68518e721b04fc5f (patch) | |
tree | d211f03b2939819cd57e29239a9b2d8e96a6fe0c /editeng | |
parent | 0f70a4f69c2e4aa9484294c3b1f6fc652757f79e (diff) |
remove custom RTTI from SvxAutoCorrect
unused
Change-Id: I2f4504fdbe88fa83abe6da8a1f733f9ae1c2742d
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 3095affdc11a..426c4364436d 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -95,8 +95,6 @@ static const sal_Char sImplWordChars[] = "-'"; OUString EncryptBlockName_Imp(const OUString& rName); -TYPEINIT0(SvxAutoCorrect) - typedef SvxAutoCorrectLanguageLists* SvxAutoCorrectLanguageListsPtr; static inline bool IsWordDelim( const sal_Unicode c ) |