summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-12-23 23:27:37 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-21 08:22:51 +0100
commit7e6f8085dcafa811a72ad47dbaeca9090d9f22e7 (patch)
tree9e65afe8cced71ad98f090ddc70f2002207aceaa /svx
parentfaa0d7b3405eaab610ada004b9053dcd8bc25e4a (diff)
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@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/Library_svxcore.mk1
-rw-r--r--svx/source/inc/eventhandler.hxx32
-rw-r--r--svx/source/sdr/event/eventhandler.cxx25
3 files changed, 0 insertions, 58 deletions
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: */