summaryrefslogtreecommitdiff
path: root/editeng
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
commit2ae9d66f279f105fbba0e2ce5d97a9d532348f92 (patch)
treeec46bc376c7383c8ffd068825b61508bf57995d0 /editeng
parent7a243b895751d6f371015208056a0390fb4be7a5 (diff)
svarray: #i112395#: small fix
Diffstat (limited to 'editeng')
-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 5d373fe7c36c..7b26407f0df8 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();