From 73e21792efb36209b6ca8c14377e40756f9173b0 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 11 Nov 2016 23:42:44 +0900 Subject: Remove empty file Change-Id: I7a6a9c6aa0720b9ba482b8ffa902452c3fac69fe Reviewed-on: https://gerrit.libreoffice.org/30779 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- vcl/source/window/mouseevent.cxx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 vcl/source/window/mouseevent.cxx (limited to 'vcl/source/window') 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 - -#include -#include -#include - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit