summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-26 14:51:56 +0200
committerNoel Grandin <noel@peralex.com>2015-06-29 10:05:35 +0200
commit39fd37f39db37a83c4a1491d68518e721b04fc5f (patch)
treed211f03b2939819cd57e29239a9b2d8e96a6fe0c /include
parent0f70a4f69c2e4aa9484294c3b1f6fc652757f79e (diff)
remove custom RTTI from SvxAutoCorrect
unused Change-Id: I2f4504fdbe88fa83abe6da8a1f733f9ae1c2742d
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index b2f2a042911b..7de2a0e6f109 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -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& );