[Libreoffice-commits] core.git: solenv/clang-format svx/Library_svxcore.mk svx/source

Gabor Kelemen (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 21 07:23:29 UTC 2020


 solenv/clang-format/blacklist         |    2 --
 svx/Library_svxcore.mk                |    1 -
 svx/source/inc/eventhandler.hxx       |   32 --------------------------------
 svx/source/sdr/event/eventhandler.cxx |   25 -------------------------
 4 files changed, 60 deletions(-)

New commits:
commit 7e6f8085dcafa811a72ad47dbaeca9090d9f22e7
Author:     Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Mon Dec 23 23:27:37 2019 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Jan 21 08:22:51 2020 +0100

    Drop empty eventhandler files from svx/
    
    Change-Id: I42e33999cbfc5a39bd79f2711c2df7ad13d14f1a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86945
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist
index 34b66374ca7e..4ffdd13ad8f1 100644
--- a/solenv/clang-format/blacklist
+++ b/solenv/clang-format/blacklist
@@ -14084,7 +14084,6 @@ svx/source/inc/datalistener.hxx
 svx/source/inc/datanavi.hxx
 svx/source/inc/delayedevent.hxx
 svx/source/inc/docrecovery.hxx
-svx/source/inc/eventhandler.hxx
 svx/source/inc/filtnav.hxx
 svx/source/inc/fmPropBrw.hxx
 svx/source/inc/fmcontrolbordermanager.hxx
@@ -14207,7 +14206,6 @@ svx/source/sdr/contact/viewobjectcontactofsdrole2obj.cxx
 svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx
 svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
 svx/source/sdr/contact/viewobjectcontactredirector.cxx
-svx/source/sdr/event/eventhandler.cxx
 svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
 svx/source/sdr/overlay/overlaybitmapex.cxx
 svx/source/sdr/overlay/overlaycrosshair.cxx
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 71e670d20570..89067b0ca03f 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -216,7 +216,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
     svx/source/sdr/contact/viewcontactofsdrmeasureobj \
     svx/source/sdr/contact/objectcontactofobjlistpainter \
     svx/source/sdr/contact/viewobjectcontactofe3d \
-    svx/source/sdr/event/eventhandler \
     svx/source/sdr/overlay/overlayline \
     svx/source/sdr/overlay/overlaycrosshair \
     svx/source/sdr/overlay/overlayrollingrectangle \
diff --git a/svx/source/inc/eventhandler.hxx b/svx/source/inc/eventhandler.hxx
deleted file mode 100644
index 83736c543d39..000000000000
--- a/svx/source/inc/eventhandler.hxx
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef INCLUDED_SVX_SOURCE_INC_EVENTHANDLER_HXX
-#define INCLUDED_SVX_SOURCE_INC_EVENTHANDLER_HXX
-
-#include <sal/types.h>
-
-#include <vector>
-#include <vcl/timer.hxx>
-#include <vcl/idle.hxx>
-
-
-#endif // INCLUDED_SVX_SOURCE_INC_EVENTHANDLER_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/sdr/event/eventhandler.cxx b/svx/source/sdr/event/eventhandler.cxx
deleted file mode 100644
index b45b5a12c42f..000000000000
--- a/svx/source/sdr/event/eventhandler.cxx
+++ /dev/null
@@ -1,25 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- *   Licensed to the Apache Software Foundation (ASF) under one or more
- *   contributor license agreements. See the NOTICE file distributed
- *   with this work for additional information regarding copyright
- *   ownership. The ASF licenses this file to you under the Apache
- *   License, Version 2.0 (the "License"); you may not use this file
- *   except in compliance with the License. You may obtain a copy of
- *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include <eventhandler.hxx>
-
-#include <algorithm>
-#include <tools/debug.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list