remove custom RTTI from SvxAutoCorrect

unused

Change-Id: I2f4504fdbe88fa83abe6da8a1f733f9ae1c2742d
This commit is contained in:
Noel Grandin
2015-06-26 14:51:56 +02:00
parent 0f70a4f69c
commit 39fd37f39d
4 changed files with 0 additions and 9 deletions

View File

@@ -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 )

View File

@@ -272,8 +272,6 @@ public:
virtual void refreshBlockList( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStg);
TYPEINFO();
SvxAutoCorrect( const OUString& rShareAutocorrFile,
const OUString& rUserAutocorrFile );
SvxAutoCorrect( const SvxAutoCorrect& );

View File

@@ -46,8 +46,6 @@ protected:
const OUString& rFileName, const OUString& rShort, SfxObjectShell&, OUString& ) SAL_OVERRIDE;
public:
TYPEINFO_OVERRIDE();
SwAutoCorrect( const SvxAutoCorrect& rACorr );
virtual ~SwAutoCorrect();
};

View File

@@ -27,9 +27,6 @@
using namespace ::com::sun::star;
TYPEINIT1( SwAutoCorrect, SvxAutoCorrect );
/**
* Returns the replacement text
*