summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-10 15:10:11 +0200
committerNoel Grandin <noel@peralex.com>2015-03-11 10:16:53 +0200
commit68c87b46fd26291463989d5bf751bc4cecf09b28 (patch)
treea416573cc62487ba2f419080a1186251ed887478 /sw/source/ui
parent82c37453482e6b8bd6ab7b7e96b1257a1d5b0699 (diff)
convert SetAttrMode to enum class
Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/misc/insfnote.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/insfnote.cxx b/sw/source/ui/misc/insfnote.cxx
index 2d6ba9e7afb0..fb45db53321d 100644
--- a/sw/source/ui/misc/insfnote.cxx
+++ b/sw/source/ui/misc/insfnote.cxx
@@ -67,7 +67,7 @@ void SwInsFootNoteDlg::Apply()
rFont.GetStyleName(), rFont.GetPitch(),
eCharSet, RES_CHRATR_FONT );
aSet.Put( aFont );
- rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND );
+ rSh.SetAttrSet( aSet, SetAttrMode::DONTEXPAND );
rSh.ResetSelect(0, false);
rSh.Left(CRSR_SKIP_CHARS, false, 1, false );
}