[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/source

Takeshi Abe tabe at fixedpoint.jp
Sun Nov 13 00:36:11 UTC 2016


 vcl/Library_vcl.mk               |    1 -
 vcl/source/window/mouseevent.cxx |   26 --------------------------
 2 files changed, 27 deletions(-)

New commits:
commit 73e21792efb36209b6ca8c14377e40756f9173b0
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Nov 11 23:42:44 2016 +0900

    Remove empty file
    
    Change-Id: I7a6a9c6aa0720b9ba482b8ffa902452c3fac69fe
    Reviewed-on: https://gerrit.libreoffice.org/30779
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 888a9d0..8b158fb 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -169,7 +169,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
     vcl/source/window/mnemonic \
     vcl/source/window/mnemonicengine \
     vcl/source/window/mouse \
-    vcl/source/window/mouseevent \
     vcl/source/window/msgbox \
     vcl/source/window/popupmenuwindow \
     vcl/source/window/printdlg \
diff --git a/vcl/source/window/mouseevent.cxx b/vcl/source/window/mouseevent.cxx
deleted file mode 100644
index 8b47d69..0000000
--- a/vcl/source/window/mouseevent.cxx
+++ /dev/null
@@ -1,26 +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 <vcl/event.hxx>
-
-#include <com/sun/star/awt/MouseEvent.hpp>
-#include <com/sun/star/awt/KeyModifier.hpp>
-#include <com/sun/star/awt/MouseButton.hpp>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list