summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-01-28 20:56:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-31 07:09:41 +0000
commit83b9c51803b3acef078892e4f233339e57dd53e7 (patch)
treeaac70e9e1519463d82ef2a95876db7a36268fa12 /basctl
parent3187193a6142b4b1c974ae1e1de572fa74a3c8ee (diff)
sequence->vector in PrinterOptionsHelper
Change-Id: I643519397a4e714e3407ec0c3a10d329654b9f7d Reviewed-on: https://gerrit.libreoffice.org/21887 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basicrenderable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basicrenderable.cxx b/basctl/source/basicide/basicrenderable.cxx
index 93f1acd5990d..86afd2003fcf 100644
--- a/basctl/source/basicide/basicrenderable.cxx
+++ b/basctl/source/basicide/basicrenderable.cxx
@@ -42,7 +42,7 @@ Renderable::Renderable (BaseWindow* pWin)
if( aStrings.Count() < 3 ) // bad resource ?
return;
- m_aUIProperties.realloc( 3 );
+ m_aUIProperties.resize( 3 );
// show Subgroup for print range
vcl::PrinterOptionsHelper::UIControlOptions aPrintRangeOpt;