sc/Library_sc.mk | 1 - sc/source/ui/view/olkact.cxx | 23 ----------------------- sc/source/ui/view/olkact.hxx | 26 -------------------------- sc/source/ui/view/tabvwsh4.cxx | 1 - 4 files changed, 51 deletions(-)
New commits: commit 2a79ec7fe5abab9c3ba5f4f07a016dbc4287c1b8 Author: Takeshi Abe <[email protected]> Date: Sun Dec 18 07:46:39 2016 +0900 sc: Drop empty olkact Change-Id: Idc23fd32fb5b3f411e874252c312ef73fa70698f Reviewed-on: https://gerrit.libreoffice.org/32131 Tested-by: Jenkins <[email protected]> Reviewed-by: Takeshi Abe <[email protected]> diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index fa73566..9068e50 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -615,7 +615,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/view/invmerge \ sc/source/ui/view/notemark \ sc/source/ui/view/olinewin \ - sc/source/ui/view/olkact \ sc/source/ui/view/output \ sc/source/ui/view/output2 \ sc/source/ui/view/output3 \ diff --git a/sc/source/ui/view/olkact.cxx b/sc/source/ui/view/olkact.cxx deleted file mode 100644 index d5db61e..0000000 --- a/sc/source/ui/view/olkact.cxx +++ /dev/null @@ -1,23 +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 "olkact.hxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/view/olkact.hxx b/sc/source/ui/view/olkact.hxx deleted file mode 100644 index 880b156..0000000 --- a/sc/source/ui/view/olkact.hxx +++ /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 . - */ - -#ifndef INCLUDED_SC_SOURCE_UI_VIEW_OLKACT_HXX -#define INCLUDED_SC_SOURCE_UI_VIEW_OLKACT_HXX - - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 1116871..7401b0b 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -19,7 +19,6 @@ #include <sal/config.h> -#include "olkact.hxx" #include "scitems.hxx" #include <editeng/eeitem.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
