diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-18 07:46:39 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-12-19 05:17:34 +0000 |
commit | 2a79ec7fe5abab9c3ba5f4f07a016dbc4287c1b8 (patch) | |
tree | 9a1db0e0f59e56f255d509a194d978961b33ce35 /sc | |
parent | 5903235d57acb13d9d5286d23b443a01aeab9a3c (diff) |
sc: Drop empty olkact
Change-Id: Idc23fd32fb5b3f411e874252c312ef73fa70698f
Reviewed-on: https://gerrit.libreoffice.org/32131
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Library_sc.mk | 1 | ||||
-rw-r--r-- | sc/source/ui/view/olkact.cxx | 23 | ||||
-rw-r--r-- | sc/source/ui/view/olkact.hxx | 26 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsh4.cxx | 1 |
4 files changed, 0 insertions, 51 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index fa73566e2f96..9068e5098cc4 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 d5db61ebf849..000000000000 --- 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 880b15617254..000000000000 --- 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 11168716c613..7401b0b3a1c3 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> |