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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 7 15:11:13 UTC 2020


 svx/source/uitest/uiobject.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a041cb54351326cd8beb39abac23f07f35de5463
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 3 18:55:42 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 7 17:10:29 2020 +0200

    Removed duplicated includes
    
    Change-Id: I5c93b8ae1db219cfea3266a15d502747e8709fa5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97890
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/svx/source/uitest/uiobject.cxx b/svx/source/uitest/uiobject.cxx
index 5204688c4975..046cece582ca 100644
--- a/svx/source/uitest/uiobject.cxx
+++ b/svx/source/uitest/uiobject.cxx
@@ -12,9 +12,7 @@
 #include <svx/charmap.hxx>
 #include <vcl/layout.hxx>
 
-#include <memory>
 #include <svx/numvset.hxx>
-#include <vcl/layout.hxx>
 
 SvxShowCharSetUIObject::SvxShowCharSetUIObject(const VclPtr<vcl::Window>& xCharSetWin, SvxShowCharSet* pCharSet):
     WindowUIObject(xCharSetWin),


More information about the Libreoffice-commits mailing list