1*b74bd631SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*b74bd631SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*b74bd631SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*b74bd631SAndrew Rist * distributed with this work for additional information 6*b74bd631SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*b74bd631SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*b74bd631SAndrew Rist * "License"); you may not use this file except in compliance 9*b74bd631SAndrew Rist * with the License. You may obtain a copy of the License at 10*b74bd631SAndrew Rist * 11*b74bd631SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*b74bd631SAndrew Rist * 13*b74bd631SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*b74bd631SAndrew Rist * software distributed under the License is distributed on an 15*b74bd631SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*b74bd631SAndrew Rist * KIND, either express or implied. See the License for the 17*b74bd631SAndrew Rist * specific language governing permissions and limitations 18*b74bd631SAndrew Rist * under the License. 19*b74bd631SAndrew Rist * 20*b74bd631SAndrew Rist *************************************************************/ 21*b74bd631SAndrew Rist 22*b74bd631SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef CONNECTIVITY_RESOURCE_EVOAB2_HRC 25cdf0e10cSrcweir#define CONNECTIVITY_RESOURCE_EVOAB2_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include "resource/conn_shared_res.hrc" 28cdf0e10cSrcweir#include "resource/common_res.hrc" 29cdf0e10cSrcweir 30cdf0e10cSrcweir// ============================================================================ 31cdf0e10cSrcweir// = the calc driver's resource strings 32cdf0e10cSrcweir// ============================================================================ 33cdf0e10cSrcweir 34cdf0e10cSrcweir#define STR_CANNOT_OPEN_BOOK ( STR_EVOAB2_BASE + 0 ) 35cdf0e10cSrcweir#define STR_SORT_BY_COL_ONLY ( STR_EVOAB2_BASE + 1 ) 36cdf0e10cSrcweir 37cdf0e10cSrcweir#endif // CONNECTIVITY_RESOURCE_CALC_HRC 38cdf0e10cSrcweir 39