182177cdbSAndrew Rist/************************************************************** 2*b1d35b17Smseidel * 382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 482177cdbSAndrew Rist * or more contributor license agreements. See the NOTICE file 582177cdbSAndrew Rist * distributed with this work for additional information 682177cdbSAndrew Rist * regarding copyright ownership. The ASF licenses this file 782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the 882177cdbSAndrew Rist * "License"); you may not use this file except in compliance 982177cdbSAndrew Rist * with the License. You may obtain a copy of the License at 10*b1d35b17Smseidel * 1182177cdbSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*b1d35b17Smseidel * 1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing, 1482177cdbSAndrew Rist * software distributed under the License is distributed on an 1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 1682177cdbSAndrew Rist * KIND, either express or implied. See the License for the 1782177cdbSAndrew Rist * specific language governing permissions and limitations 1882177cdbSAndrew Rist * under the License. 19*b1d35b17Smseidel * 2082177cdbSAndrew Rist *************************************************************/ 2182177cdbSAndrew Rist 2282177cdbSAndrew Rist 23*b1d35b17Smseidel 24cdf0e10cSrcweir#define __RSC 25cdf0e10cSrcweir#include "scwarngs.hxx" 26cdf0e10cSrcweir#include "sc.hrc" 27cdf0e10cSrcweir 28cdf0e10cSrcweir 29cdf0e10cSrcweir#define SH_MAX 0x7fff 30cdf0e10cSrcweir 31cdf0e10cSrcweirResource RID_WRNHDLSC 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir String ERRCODE_SC_EXPORT_WRN_ASCII & SH_MAX 34cdf0e10cSrcweir { 35cdf0e10cSrcweir Text [ en-US ] = "Only the active sheet could be saved." ; 36cdf0e10cSrcweir }; 37cdf0e10cSrcweir String ERRCODE_SC_IMPORT_WRN_RNGOVRFLW & SH_MAX 38cdf0e10cSrcweir { 39cdf0e10cSrcweir Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ; 40cdf0e10cSrcweir }; 41cdf0e10cSrcweir /* 42*b1d35b17Smseidel String ERRCODE_SC_ & SH_MAX 43cdf0e10cSrcweir { 44cdf0e10cSrcweir Text = ""; 45cdf0e10cSrcweir }; 46cdf0e10cSrcweir*/ 47cdf0e10cSrcweir}; 48cdf0e10cSrcweir 49*b1d35b17Smseidel// ********************************************************************** EOF 50