remove custom RTTI from SwIndex
not being used Change-Id: I615558e3c0abe7284b9abb535ee8f15c844c846e
This commit is contained in:
@@ -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; }
|
||||
};
|
||||
|
@@ -24,8 +24,6 @@
|
||||
|
||||
#include <crossrefbookmark.hxx>
|
||||
|
||||
TYPEINIT0(SwIndexReg);
|
||||
|
||||
SwIndex::SwIndex(SwIndexReg *const pReg, sal_Int32 const nIdx)
|
||||
: m_nIndex( nIdx )
|
||||
, m_pIndexReg( pReg )
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user