diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 09:50:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-13 10:36:01 +0100 |
commit | 678dbe8f8197815919d7179c2eba17679942fdaa (patch) | |
tree | e038c191ba02113b43c6f936dc366572b7b517a7 /sc | |
parent | 6db89521e2631434fbfa8b0779d6a93e512863f9 (diff) |
unused src file
Change-Id: I89c57286f09fdbec25d1ee5eeabe9b4ee9ef83e0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scwarngs.src | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sc/source/ui/src/scwarngs.src b/sc/source/ui/src/scwarngs.src deleted file mode 100644 index 020df880596a..000000000000 --- a/sc/source/ui/src/scwarngs.src +++ /dev/null @@ -1,37 +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 . - */ -#define __RSC -#include "scwarngs.hxx" -#include "sc.hrc" - -#define SH_MAX 0x7fff - -Resource RID_WRNHDLSC -{ - String ERRCODE_SC_EXPORT_WRN_ASCII & SH_MAX - { - Text [ en-US ] = "Only the active sheet could be saved." ; - }; - String ERRCODE_SC_IMPORT_WRN_RNGOVRFLW & SH_MAX - { - Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ; - }; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |