diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:29:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:29:43 +0000 |
commit | 3b8558b622022c1fd98589657761f6498485b37d (patch) | |
tree | 3f184b4efa14aa7c2af05d62f7e6c157389c6311 /sw/source | |
parent | cc7c32b502cecb9498d1130cf40147d8ea82d927 (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.18.74); FILE MERGED
2008/01/23 14:39:54 od 1.18.74.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/wrtsh/delete.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/wrtsh/delete.cxx b/sw/source/ui/wrtsh/delete.cxx index 96deda0545d1..3c944e2e60c4 100644 --- a/sw/source/ui/wrtsh/delete.cxx +++ b/sw/source/ui/wrtsh/delete.cxx @@ -4,9 +4,9 @@ * * $RCSfile: delete.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2008-02-19 14:01:26 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:29:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ BOOL SwWrtShell::TryRemoveIndent() BOOL bResult = FALSE; SfxItemSet aAttrSet(GetAttrPool(), RES_LR_SPACE, RES_LR_SPACE); - GetAttr(aAttrSet); + GetCurAttr(aAttrSet); SvxLRSpaceItem aItem = (const SvxLRSpaceItem &)aAttrSet.Get(RES_LR_SPACE); short aOldFirstLineOfst = aItem.GetTxtFirstLineOfst(); |