[Libreoffice-commits] core.git: fpicker/source

Stephan Bergmann sbergman at redhat.com
Tue Mar 14 13:46:18 UTC 2017


 fpicker/source/win32/filepicker/customcontrolfactory.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b30173fd76f322aa3ca1845e5208d6f580b2ab15
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Mar 14 14:45:34 2017 +0100

    loplugin:subtlezeroinit (clang-cl)
    
    Change-Id: I19f41363e3efcc716d3258106ebee2424be25b6a

diff --git a/fpicker/source/win32/filepicker/customcontrolfactory.cxx b/fpicker/source/win32/filepicker/customcontrolfactory.cxx
index ea66e56..cfdb1d5 100644
--- a/fpicker/source/win32/filepicker/customcontrolfactory.cxx
+++ b/fpicker/source/win32/filepicker/customcontrolfactory.cxx
@@ -65,7 +65,7 @@ CCustomControl* CCustomControlFactory::CreateCustomControl(HWND aControlHandle,
 
 CCustomControl* CCustomControlFactory::CreateCustomControlContainer()
 {
-    return new CCustomControlContainer();
+    return new CCustomControlContainer;
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list