From 53600134ec737d50808c0f630b536229ad3310bb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Apr 2012 08:38:09 +0100 Subject: no use is made of FmFormObj::m_nType --- editeng/source/editeng/editdoc.cxx | 10 ---------- editeng/source/editeng/editdoc.hxx | 3 --- 2 files changed, 13 deletions(-) (limited to 'editeng') diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index c4449509d92b..f797d2416a9e 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -1154,16 +1154,6 @@ void EditPaM::SetNode(ContentNode* p) pNode = p; } -bool EditPaM::IsParaStart() const -{ - return nIndex == 0; -} - -bool EditPaM::IsParaEnd() const -{ - return nIndex == pNode->Len(); -} - sal_Bool EditPaM::DbgIsBuggy( EditDoc& rDoc ) { if ( !pNode ) diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx index 8b70806f768d..27c5b142253e 100644 --- a/editeng/source/editeng/editdoc.hxx +++ b/editeng/source/editeng/editdoc.hxx @@ -337,9 +337,6 @@ public: sal_uInt16& GetIndex() { return nIndex; } void SetIndex( sal_uInt16 n ) { nIndex = n; } - bool IsParaStart() const; - bool IsParaEnd() const; - sal_Bool DbgIsBuggy( EditDoc& rDoc ); EditPaM& operator = ( const EditPaM& rPaM ); -- cgit