diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 17:13:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:41 +0200 |
commit | 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7 (patch) | |
tree | 2f9411f875e3dbad087fb7f6899c6ded663191c6 /editeng/source/misc | |
parent | 3dcdf30a233c7e75229b9e291901c6768265ca93 (diff) |
Remove unused defines
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
Diffstat (limited to 'editeng/source/misc')
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index 5ade8106a59f..7003f31a6f42 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -102,10 +102,6 @@ static const sal_Char sImplWordChars[] = "-'"; void EncryptBlockName_Imp( String& rName ); -// FileVersions Number for the Substitution-/Exception list separately -#define WORDLIST_VERSION_358 1 -#define EXEPTLIST_VERSION_358 0 - _SV_IMPL_SORTAR_ALG( SvxAutocorrWordList, SvxAutocorrWordPtr ) TYPEINIT0(SvxAutoCorrect) |