summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@openoffice.org>2010-09-30 23:12:15 +0200
committerBartosz Kosiorek <gang65@openoffice.org>2010-09-30 23:12:15 +0200
commit3101bb9d6878b56a89301398b3607efee3b6122f (patch)
tree834b8b46fe27a35b525fb90c1e78790aeacb30f1
parent592d82e841d06344fe842760f139b16542f1a72d (diff)
svarray: #i112395#: small fix
-rw-r--r--editeng/source/misc/txtrange.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/misc/txtrange.cxx b/editeng/source/misc/txtrange.cxx
index b9a06cf962..0d22f351af 100644
--- a/editeng/source/misc/txtrange.cxx
+++ b/editeng/source/misc/txtrange.cxx
@@ -209,7 +209,6 @@ SvxBoundArgs::SvxBoundArgs( TextRanger* pRanger, SvLongs *pLong,
bInner( pRanger->IsInner() ), bMultiple( bInner || !pRanger->IsSimple() ),
bConcat( FALSE ), bRotate( pRanger->IsVertical() )
{
- aBoolArr.reserve( 4 );
if( bRotate )
{
nStart = pRanger->GetUpper();