diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 17 | ||||
-rw-r--r-- | sw/inc/index.hxx | 5 | ||||
-rw-r--r-- | sw/inc/ndindex.hxx | 5 | ||||
-rw-r--r-- | sw/inc/numrule.hxx | 5 |
4 files changed, 0 insertions, 32 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx index 4775f2012ab4..b3c3b05daff2 100644 --- a/sw/inc/SwNumberTree.hxx +++ b/sw/inc/SwNumberTree.hxx @@ -347,11 +347,6 @@ public: */ const SwNumberTreeNode* GetPrecedingNodeOf( const SwNumberTreeNode& rNode ) const; -#ifdef DBG_UTIL - static unsigned long GetInstances(); - unsigned long GetSerial(); -#endif - #ifdef __SW_NUMBER_TREE_SANITY_CHECK /** Sanity check. @@ -450,18 +445,6 @@ protected: */ mutable tSwNumberTreeChildren::const_iterator mItLastValid; -#ifdef DBG_UTIL - /** - Counter for the number of created instances. - */ - static unsigned long s_nInstances; - - /** - Serial number. - */ - unsigned long m_nSerial; -#endif - SwNumberTreeNode(const SwNumberTreeNode& ); SwNumberTreeNode& operator=( const SwNumberTreeNode& ); diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx index 5c56fd5cf4ab..a20ad4973a27 100644 --- a/sw/inc/index.hxx +++ b/sw/inc/index.hxx @@ -53,11 +53,6 @@ class SW_DLLPUBLIC SwIndex { friend class SwIndexReg; -#ifdef DBG_UTIL - static int s_nSerial; - int m_nSerial; -#endif - xub_StrLen nIndex; SwIndexReg* pArray; SwIndex *pNext, *pPrev; diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx index af1028b70607..566d180cf91d 100644 --- a/sw/inc/ndindex.hxx +++ b/sw/inc/ndindex.hxx @@ -44,11 +44,6 @@ class SW_DLLPUBLIC SwNodeIndex friend void SwNodes::DeRegisterIndex( SwNodeIndex& ); friend void SwNodes::RemoveNode( sal_uLong, sal_uLong, sal_Bool ); -#ifdef DBG_UTIL - static int s_nSerial; - int m_nSerial; -#endif - SwNode* pNd; SwNodeIndex *pNext, *pPrev; diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 35cbb4e513a0..eb7d83aee996 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -115,11 +115,6 @@ public: private: friend void _FinitCore(); -#if DBG_UTIL - long int m_nSerial; - static long int s_nInstances; -#endif - static SwNumFmt* aBaseFmts [ RULE_END ][ MAXLEVEL ]; static sal_uInt16 aDefNumIndents[ MAXLEVEL ]; // default list level properties for position-and-space mode LABEL_ALIGNMENT |