diff options
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/cnttab.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 0324d6fe2f7e..9648c96cf45d 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -3864,7 +3864,7 @@ SwEntryBrowseBox::SwEntryBrowseBox(vcl::Window* pParent, VclBuilderContainer* pB BrowserMode::AUTO_VSCROLL| BrowserMode::HIDECURSOR ) , aCellEdit(VclPtr<Edit>::Create(&GetDataWindow(), 0)) - , aCellCheckBox(new ::svt::CheckBoxControl(&GetDataWindow())) + , aCellCheckBox(VclPtr<::svt::CheckBoxControl>::Create(&GetDataWindow())) , nCurrentRow(0) , bModified(false) { |