remove custom RTTI from SwIndex

not being used

Change-Id: I615558e3c0abe7284b9abb535ee8f15c844c846e
This commit is contained in:
Noel Grandin
2015-06-25 13:25:39 +02:00
parent af333e8103
commit 25603e0797
3 changed files with 1 additions and 7 deletions

View File

@@ -131,10 +131,6 @@ public:
SwIndexReg();
virtual ~SwIndexReg();
/// rtti, derived classes might do the same. If so, one can cast typesavely
/// via SwIndexReg.
TYPEINFO();
void MoveTo( SwIndexReg& rArr );
const SwIndex* GetFirstIndex() const { return m_pFirst; }
};

View File

@@ -24,8 +24,6 @@
#include <crossrefbookmark.hxx>
TYPEINIT0(SwIndexReg);
SwIndex::SwIndex(SwIndexReg *const pReg, sal_Int32 const nIdx)
: m_nIndex( nIdx )
, m_pIndexReg( pReg )

View File

@@ -69,7 +69,7 @@
using namespace ::com::sun::star::i18n;
TYPEINIT2( SwContentNode, SwModify, SwIndexReg )
TYPEINIT1( SwContentNode, SwModify )
/*
* Some local helper functions for the attribute set handle of a content node.