From d23f1c38465903742381060dd2793d3785092cac Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 27 Aug 2017 17:51:24 +0200 Subject: remove unused header file ever since commit 678dbe8f8197815919d7179c2eba17679942fdaa Date: Thu Oct 13 09:50:03 2016 +0100 unused src file Change-Id: I648f5b22d6d717404ec14f7775dfa0502295c2eb Reviewed-on: https://gerrit.libreoffice.org/41616 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- sc/inc/scwarngs.hxx | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 sc/inc/scwarngs.hxx (limited to 'sc') diff --git a/sc/inc/scwarngs.hxx b/sc/inc/scwarngs.hxx deleted file mode 100644 index e3dbfe16d351..000000000000 --- a/sc/inc/scwarngs.hxx +++ /dev/null @@ -1,28 +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_INC_SCWARNGS_HXX -#define INCLUDED_SC_INC_SCWARNGS_HXX - -#define ERRCODE_SC_EXPORT_WRN_ASCII ErrCode(WarningFlag::Yes, ErrCodeArea::Sc, ErrCodeClass::Write, 1) -#define ERRCODE_SC_IMPORT_WRN_RNGOVRFLW ErrCode(WarningFlag::Yes, ErrCodeArea::Sc, ErrCodeClass::Read, 1) - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit