diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-10 15:10:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-11 10:16:53 +0200 |
commit | 68c87b46fd26291463989d5bf751bc4cecf09b28 (patch) | |
tree | a416573cc62487ba2f419080a1186251ed887478 /sw/inc/editsh.hxx | |
parent | 82c37453482e6b8bd6ab7b7e96b1257a1d5b0699 (diff) |
convert SetAttrMode to enum class
Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 2beeb3d0bf84..8dc3098c4bee 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -231,8 +231,8 @@ public: const bool bMergeIndentValuesOfNumRule = false ) const; bool GetCurAttr( SfxItemSet& , const bool bMergeIndentValuesOfNumRule = false ) const; - void SetAttrItem( const SfxPoolItem&, sal_uInt16 nFlags = 0 ); - void SetAttrSet( const SfxItemSet&, sal_uInt16 nFlags = 0, SwPaM* pCrsr = NULL ); + void SetAttrItem( const SfxPoolItem&, SetAttrMode nFlags = SetAttrMode::DEFAULT ); + void SetAttrSet( const SfxItemSet&, SetAttrMode nFlags = SetAttrMode::DEFAULT, SwPaM* pCrsr = NULL ); /** Get RES_CHRATR_* items of one type in the current selection. * @param nWhich WhichId of the collected items. |