diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index bbafef9e22a3..9991fd014987 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -236,8 +236,8 @@ public: const bool bMergeIndentValuesOfNumRule = false ) const; sal_Bool GetCurAttr( SfxItemSet& , const bool bMergeIndentValuesOfNumRule = false ) const; - void SetAttr( const SfxPoolItem&, sal_uInt16 nFlags = 0 ); - void SetAttr( const SfxItemSet&, sal_uInt16 nFlags = 0, SwPaM* pCrsr = NULL ); + void SetAttrItem( const SfxPoolItem&, sal_uInt16 nFlags = 0 ); + void SetAttrSet( const SfxItemSet&, sal_uInt16 nFlags = 0, SwPaM* pCrsr = NULL ); /** * Get the paragraph format attribute(s) of the current selection. @@ -358,7 +358,6 @@ public: { return (SwCharFmt*)SwEditShell::GetFmtFromPool( nId ); } void Insert2(SwField&, const bool bForceExpandHints = false); - SwField* GetCurFld() const; void UpdateFlds( SwField & ); ///< One single field. |