summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh.cxx
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/uibase/shells/textsh.cxx
parent82c37453482e6b8bd6ab7b7e96b1257a1d5b0699 (diff)
convert SetAttrMode to enum class
Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64
Diffstat (limited to 'sw/source/uibase/shells/textsh.cxx')
-rw-r--r--sw/source/uibase/shells/textsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index 610952bdc42e..cfffbd48123b 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -1105,7 +1105,7 @@ void SwTextShell::InsertSymbol( SfxRequest& rReq )
rSh.SetMark();
rSh.ExtendSelection( false, aChars.getLength() );
- rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND | nsSetAttrMode::SETATTR_NOFORMATATTR );
+ rSh.SetAttrSet( aSet, SetAttrMode::DONTEXPAND | SetAttrMode::NOFORMATATTR );
if( !rSh.IsCrsrPtAtEnd() )
rSh.SwapPam();