summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh/delete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/wrtsh/delete.cxx')
-rw-r--r--sw/source/ui/wrtsh/delete.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/wrtsh/delete.cxx b/sw/source/ui/wrtsh/delete.cxx
index b5608fb5edda..10e63e4eab49 100644
--- a/sw/source/ui/wrtsh/delete.cxx
+++ b/sw/source/ui/wrtsh/delete.cxx
@@ -89,7 +89,7 @@ sal_Bool SwWrtShell::TryRemoveIndent()
if (bResult)
{
aAttrSet.Put(aItem);
- SetAttr(aAttrSet);
+ SetAttrSet(aAttrSet);
}
return bResult;