diff options
Diffstat (limited to 'vcl/source/window/toolbox.cxx')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 549074890b50..e74baa7fab05 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -1127,7 +1127,7 @@ sal_uInt16 ToolBox::ImplFindItemPos( ToolBox* pBox, const Point& rPos ) } ImplTBDragMgr::ImplTBDragMgr() - : mpBoxList(new ImplTBList()) + : mpBoxList(new ImplTBList) , mpDragBox(nullptr) , mnMinWidth(0) , mnMaxWidth(0) |