From 527b88efbd9175e4fe376aa3617533f75ef99393 Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Sat, 2 Jul 2016 19:20:12 +0530 Subject: tdf#100728: Crash when area dialog is opened Change-Id: I2246c5bf3a1d33e7a08fa9062e568a4c95fef571 Reviewed-on: https://gerrit.libreoffice.org/26875 Tested-by: Jenkins Reviewed-by: Julien Nabet Reviewed-by: Rishabh Kumar --- svx/source/dialog/dlgctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 9c75ffafd0b6..3eb447bef5ca 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -1527,7 +1527,7 @@ VCL_BUILDER_DECL_FACTORY(PatternLB) OString sBorder = VclBuilder::extractCustomProperty(rMap); if (!sBorder.isEmpty()) nWinStyle |= WB_BORDER; - VclPtrInstance pListBox(pParent, nWinStyle); + VclPtrInstance pListBox(pParent, nWinStyle); pListBox->EnableAutoSize(true); rRet = pListBox; } -- cgit