diff options
author | Christian Lippka <cl@openoffice.org> | 2001-10-26 13:19:39 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-10-26 13:19:39 +0000 |
commit | 55156f57dcd1311bff08c183cee44344eba48605 (patch) | |
tree | 002c197d14b12ba4299cece778a9bd9fb55674f2 /svx/source/unoedit/unotext2.cxx | |
parent | e9f81a685f4fe64f3aab9094c3c1d30c3d32d52d (diff) |
#90330# use sorted property maps and cache XPropertySetInfo objects
Diffstat (limited to 'svx/source/unoedit/unotext2.cxx')
-rw-r--r-- | svx/source/unoedit/unotext2.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/unoedit/unotext2.cxx b/svx/source/unoedit/unotext2.cxx index 821bce99a4f6..b4179601408c 100644 --- a/svx/source/unoedit/unotext2.cxx +++ b/svx/source/unoedit/unotext2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unotext2.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2001-10-17 09:49:07 $ + * last change: $Author: cl $ $Date: 2001-10-26 14:19:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -453,7 +453,6 @@ uno::Any SAL_CALL SvxUnoTextRangeEnumeration::nextElement() uno::Reference< text::XTextRange > xRange; SvxTextForwarder* pForwarder = rParentText.GetEditSource()->GetTextForwarder(); - SfxItemSet aSet = pForwarder->GetAttribs( aSel ); SvxUnoTextRange* pRange = new SvxUnoTextRange( rParentText, sal_True ); xRange = pRange; |