[Libreoffice-commits] core.git: sc/inc

Noel Grandin noelgrandin at gmail.com
Mon Aug 28 11:45:02 UTC 2017


 sc/inc/scwarngs.hxx |   28 ----------------------------
 1 file changed, 28 deletions(-)

New commits:
commit d23f1c38465903742381060dd2793d3785092cac
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Sun Aug 27 17:51:24 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

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: */


More information about the Libreoffice-commits mailing list