localize.pl (7e90fac2) | localize.pl (8e9e5c11) |
---|---|
1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4 5 6#************************************************************** 7# 8# Licensed to the Apache Software Foundation (ASF) under one --- 259 unchanged lines hidden (view full) --- 268"# #### ### # # ### ##### ##### #### ##### ##### \n". 269"# # # # # ## # # # # # # # # # \n". 270"# # # # # # # # # # # ### # # # # \n". 271"# # # # # # ## # # # # # # # # \n". 272"# #### ### # # ### # ##### #### ##### # \n". 273"#\n". 274"# DO NOT EDIT! This file will be overwritten by localisation process\n". 275"#\n". | 1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4 5 6#************************************************************** 7# 8# Licensed to the Apache Software Foundation (ASF) under one --- 259 unchanged lines hidden (view full) --- 268"# #### ### # # ### ##### ##### #### ##### ##### \n". 269"# # # # # ## # # # # # # # # # \n". 270"# # # # # # # # # # # ### # # # # \n". 271"# # # # # # ## # # # # # # # # \n". 272"# #### ### # # ### # ##### #### ##### # \n". 273"#\n". 274"# DO NOT EDIT! This file will be overwritten by localisation process\n". 275"#\n". |
276"#*************************************************************************\n". 277"#\n". 278"# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.\n". 279"# \n". 280"# Copyright 2000, 2010 Oracle and/or its affiliates.\n". 281"#\n". 282"# OpenOffice.org - a multi-platform office productivity suite\n". 283"#\n". 284"# This file is part of OpenOffice.org.\n". 285"#\n". 286"# OpenOffice.org is free software: you can redistribute it and/or modify\n". 287"# it under the terms of the GNU Lesser General Public License version 3\n". 288"# only, as published by the Free Software Foundation.\n". 289"#\n". 290"# OpenOffice.org is distributed in the hope that it will be useful,\n". 291"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n". 292"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n". 293"# GNU Lesser General Public License version 3 for more details\n". 294"# (a copy is included in the LICENSE file that accompanied this code).\n". 295"#\n". 296"# You should have received a copy of the GNU Lesser General Public License\n". 297"# version 3 along with OpenOffice.org. If not, see\n". 298"# <http://www.openoffice.org/license.html>\n". 299"# for a copy of the LGPLv3 License.\n". 300"#\n". 301"#*************************************************************************\n"; | 276"#**************************************************************\n". 277"# \n". 278"# Licensed to the Apache Software Foundation (ASF) under one\n". 279"# or more contributor license agreements. See the NOTICE file\n". 280"# distributed with this work for additional information\n". 281"# regarding copyright ownership. The ASF licenses this file\n". 282"# to you under the Apache License, Version 2.0 (the\n". 283"# "License"); you may not use this file except in compliance\n". 284"# with the License. You may obtain a copy of the License at\n". 285"# \n". 286"# http://www.apache.org/licenses/LICENSE-2.0\n". 287"# \n". 288"# Unless required by applicable law or agreed to in writing,\n". 289"# software distributed under the License is distributed on an\n". 290"# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n". 291"# KIND, either express or implied. See the License for the\n". 292"# specific language governing permissions and limitations\n". 293"# under the License.\n". 294"# \n". 295"#**************************************************************\n"; |
302} 303######## Check input sdf file and use only the correct part 304sub merge_gsicheck{ 305 my $command = ''; 306 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile(); 307 close ( $TMPHANDLE ); 308 309 $command = "$ENV{WRAPCMD} " if( $ENV{WRAPCMD} ); --- 765 unchanged lines hidden --- | 296} 297######## Check input sdf file and use only the correct part 298sub merge_gsicheck{ 299 my $command = ''; 300 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile(); 301 close ( $TMPHANDLE ); 302 303 $command = "$ENV{WRAPCMD} " if( $ENV{WRAPCMD} ); --- 765 unchanged lines hidden --- |