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