diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-11 23:42:44 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-13 00:35:45 +0000 |
commit | 73e21792efb36209b6ca8c14377e40756f9173b0 (patch) | |
tree | 4e05ce2fb51b5d286d74a55c5f3b7e3613272391 /vcl | |
parent | 79258677f04c59d194bbfd032230c7a2fc4fea80 (diff) |
Remove empty file
Change-Id: I7a6a9c6aa0720b9ba482b8ffa902452c3fac69fe
Reviewed-on: https://gerrit.libreoffice.org/30779
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Library_vcl.mk | 1 | ||||
-rw-r--r-- | vcl/source/window/mouseevent.cxx | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index 888a9d0290e8..8b158fb57178 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 8b47d69724d6..000000000000 --- 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: */ |