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