diff options
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r-- | include/editeng/svxrtf.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 0ffa552a85da..1018440b7b14 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -216,8 +216,6 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser void operator=(SvxRTFParser const&) = delete; void ClearColorTbl(); - void ClearFontTbl(); - void ClearStyleTbl(); void ClearAttrStack(); SvxRTFItemStackType* GetAttrSet_(); // Create new ItemStackType:s @@ -355,9 +353,6 @@ public: void MoveFullNode(const EditNodeIdx &rOldNode, const EditNodeIdx &rNewNode); - sal_Int32 GetSttNodeIdx() const { return pSttNd->GetIdx(); } - sal_Int32 GetEndNodeIdx() const { return pEndNd->GetIdx(); } - const EditNodeIdx& GetSttNode() const { return *pSttNd; } const EditNodeIdx& GetEndNode() const { return *pEndNd; } |