summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-05 08:38:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-05 13:59:06 +0100
commit53600134ec737d50808c0f630b536229ad3310bb (patch)
tree266c4120a30a0acdfc814fd7022277510bd7d6df /editeng/source/editeng/editdoc.hxx
parent5688b51bcb23b12b335dadf4430b7b7c4407cbfb (diff)
no use is made of FmFormObj::m_nType
Diffstat (limited to 'editeng/source/editeng/editdoc.hxx')
-rw-r--r--editeng/source/editeng/editdoc.hxx3
1 files changed, 0 insertions, 3 deletions
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 );