1*8e406cbfSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8e406cbfSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8e406cbfSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8e406cbfSAndrew Rist * distributed with this work for additional information 6*8e406cbfSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8e406cbfSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8e406cbfSAndrew Rist * "License"); you may not use this file except in compliance 9*8e406cbfSAndrew Rist * with the License. You may obtain a copy of the License at 10*8e406cbfSAndrew Rist * 11*8e406cbfSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8e406cbfSAndrew Rist * 13*8e406cbfSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8e406cbfSAndrew Rist * software distributed under the License is distributed on an 15*8e406cbfSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8e406cbfSAndrew Rist * KIND, either express or implied. See the License for the 17*8e406cbfSAndrew Rist * specific language governing permissions and limitations 18*8e406cbfSAndrew Rist * under the License. 19*8e406cbfSAndrew Rist * 20*8e406cbfSAndrew Rist *************************************************************/ 21*8e406cbfSAndrew Rist 22*8e406cbfSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirModule gid_Module_Langpack_Impress_<LANGUAGE_> 25cdf0e10cSrcweir ParentID = gid_Module_Langpack_Root_<LANGUAGE_>; 26cdf0e10cSrcweir Sortkey = "500"; 27cdf0e10cSrcweir Language = "<LANGUAGE>"; 28cdf0e10cSrcweir Assigns = gid_Module_Langpack_Impress_Template; 29cdf0e10cSrcweir Name = "gid_Module_Langpack_Impress_<LANGUAGE_>"; 30cdf0e10cSrcweir Description = "gid_Module_Langpack_Impress_<LANGUAGE_>"; 31cdf0e10cSrcweir PackageInfo = "packinfo_office_lang.txt"; 32cdf0e10cSrcweir Styles =(HIDDEN_ROOT, LANGUAGEMODULE); 33cdf0e10cSrcweirEnd 34