summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
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;