From 94d3d0a27763a34c3ee72f341264fbe4fc99574b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Mar 2015 12:51:41 +0200 Subject: loplugin:constantfunction: editeng Change-Id: I112bb65a3f470b3f179efd1cf9fa979175d5d350 --- include/editeng/svxrtf.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/editeng/svxrtf.hxx') diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index b33cf16a4f7d..cf9732f7c67d 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -240,12 +240,8 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser RTF_CharTypeDef eType, SfxItemSet& rSet, SfxPoolItem& rItem ); protected: - void EnterEnvironment(); - void LeaveEnvironment(); - void ResetPard(); virtual void InsertPara() = 0; - OUString& DelCharAtEnd( OUString& rStr, const sal_Unicode cDel ); // is called for each token that is recognized in CallParser @@ -341,7 +337,6 @@ public: // get RTF default ItemSets. Must be used by pard/plain tokens or in // reset of Style-Items const SfxItemSet& GetRTFDefaults(); - bool UncompressableStackEntry(const SvxRTFItemStackType &rSet) const; }; // The stack for the attributes: -- cgit