summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/pre2par
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 13:00:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 13:00:55 +0000
commit1e4322e61ff1ceca2e59d2769adfefb79d41ca5b (patch)
tree38b62af3ff253eaef6d519cc9b11539e5d576a59 /solenv/bin/modules/pre2par
parent20ac780fe04730b113d862ab8adb055db9153592 (diff)
INTEGRATION: CWS fwk32 (1.7.78); FILE MERGED
2006/02/01 17:26:22 is 1.7.78.1: #i47369# preparing patch assignments
Diffstat (limited to 'solenv/bin/modules/pre2par')
-rw-r--r--solenv/bin/modules/pre2par/work.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/modules/pre2par/work.pm b/solenv/bin/modules/pre2par/work.pm
index 5295c7ddd39c..4a1c64290311 100644
--- a/solenv/bin/modules/pre2par/work.pm
+++ b/solenv/bin/modules/pre2par/work.pm
@@ -4,9 +4,9 @@
#
# $RCSfile: work.pm,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: obo $ $Date: 2005-12-21 12:50:03 $
+# last change: $Author: rt $ $Date: 2006-02-09 14:00:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -136,7 +136,7 @@ sub convert
if ( $oneline =~ /^\s*\w+\s+\=\s*\(.*\)\s*\;\s*$/ ) # only one line
{
- if ( ! ( $oneline =~ /^\s*Assignment\d+\s*\=/ ))
+ if (( ! ( $oneline =~ /^\s*Assignment\d+\s*\=/ )) && ( ! ( $oneline =~ /^\s*PatchAssignment\d+\s*\=/ )))
{
$oneline =~ s/\s//g; # removing whitespaces in lists
$oneline =~ s/\=/\ \=\ /; # adding whitespace around equals sign