summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-08-27 17:51:24 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-28 13:41:09 +0200
commitd23f1c38465903742381060dd2793d3785092cac (patch)
tree51a54f325ee9de4cff0a1bfc18df367e5f9c9ad6 /sc/inc
parentTranslate German comments/debug strings (leftovers in dirs starmath to sysui) (diff)
downloadcore-d23f1c38465903742381060dd2793d3785092cac.tar.gz
core-d23f1c38465903742381060dd2793d3785092cac.zip
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 <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/scwarngs.hxx28
1 files changed, 0 insertions, 28 deletions
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: */