]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-sc.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-sc.patch
1 --- oo/sc/source/core/tool/compiler.cxx.orig    Sat May 24 08:13:49 2003
2 +++ oo/sc/source/core/tool/compiler.cxx Sat May 24 08:14:21 2003
3 @@ -2,9 +2,9 @@
4   *
5   *  $RCSfile$
6   *
7 - *  $Revision$
8 + *  $Revision$
9   *
10 - *  last change: $Author$ $Date$
11 + *  last change: $Author$ $Date$
12   *
13   *  The Contents of this file are made available subject to the terms of
14   *  either of the following licenses
15 @@ -2989,7 +2989,7 @@
16      for( ScToken* t = pArr->GetNextReference(); t;
17                    t = pArr->GetNextReference() )
18      {
19 -        SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
20 +        const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
21              SingleDoubleRefModifier( t->GetSingleRef() ) :
22              SingleDoubleRefModifier( t->GetDoubleRef() ));
23          ComplRefData& rRef = rMod.Ref();
24 @@ -3029,7 +3029,7 @@
25                  // Absolute references have been already adjusted in the named
26                  // shared formula itself prior to breaking the shared formula
27                  // and calling this function. Don't readjust them again.
28 -                SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
29 +                const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
30                      SingleDoubleRefModifier( t->GetSingleRef() ) :
31                      SingleDoubleRefModifier( t->GetDoubleRef() ));
32                  ComplRefData& rRef = rMod.Ref();
33 --- oo/sc/source/core/tool/rangenam.cxx.orig    Sat May 24 08:17:30 2003
34 +++ oo/sc/source/core/tool/rangenam.cxx Sat May 24 08:17:55 2003
35 @@ -2,9 +2,9 @@
36   *
37   *  $RCSfile$
38   *
39 - *  $Revision$
40 + *  $Revision$
41   *
42 - *  last change: $Author$ $Date$
43 + *  last change: $Author$ $Date$
44   *
45   *  The Contents of this file are made available subject to the terms of
46   *  either of the following licenses
47 @@ -390,7 +390,7 @@
48         {
49                 if( t->GetType() != svIndex )
50                 {
51 -                       SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
52 +                       const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
53                                 SingleDoubleRefModifier( t->GetSingleRef() ) :
54                                 SingleDoubleRefModifier( t->GetDoubleRef() ));
55                         ComplRefData& rRef = rMod.Ref();
56 @@ -420,7 +420,7 @@
57         {
58                 if( t->GetType() != svIndex )
59                 {
60 -                       SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
61 +                       const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
62                                 SingleDoubleRefModifier( t->GetSingleRef() ) :
63                                 SingleDoubleRefModifier( t->GetDoubleRef() ));
64                         ComplRefData& rRef = rMod.Ref();
65 --- oo/sc/source/core/data/cell2.cxx.orig       Sat May 24 08:59:18 2003
66 +++ oo/sc/source/core/data/cell2.cxx    Sat May 24 08:59:38 2003
67 @@ -2,9 +2,9 @@
68   *
69   *  $RCSfile$
70   *
71 - *  $Revision$
72 + *  $Revision$
73   *
74 - *  last change: $Author$ $Date$
75 + *  last change: $Author$ $Date$
76   *
77   *  The Contents of this file are made available subject to the terms of
78   *  either of the following licenses
79 @@ -1198,7 +1198,7 @@
80              t->CalcAbsIfRel( aOldPos );
81              BOOL bMod;
82              {   // own scope for SingleDoubleRefModifier dtor if SingleRef
83 -                SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
84 +                const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
85                      SingleDoubleRefModifier( t->GetSingleRef() ) :
86                      SingleDoubleRefModifier( t->GetDoubleRef() ));
87                  ComplRefData& rRef = rMod.Ref();
88 @@ -1227,7 +1227,7 @@
89                  t->CalcAbsIfRel( aOldPos );
90                  BOOL bMod;
91                  {   // own scope for SingleDoubleRefModifier dtor if SingleRef
92 -                    SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
93 +                    const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
94                          SingleDoubleRefModifier( t->GetSingleRef() ) :
95                          SingleDoubleRefModifier( t->GetDoubleRef() ));
96                      ComplRefData& rRef = rMod.Ref();
97 @@ -1286,7 +1286,7 @@
98              t->CalcAbsIfRel( aPos );
99              BOOL bMod;
100              {   // own scope for SingleDoubleRefModifier dtor if SingleRef
101 -                SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
102 +                const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
103                      SingleDoubleRefModifier( t->GetSingleRef() ) :
104                      SingleDoubleRefModifier( t->GetDoubleRef() ));
105                  ComplRefData& rRef = rMod.Ref();
106 @@ -1315,7 +1315,7 @@
107                  t->CalcAbsIfRel( aPos );
108                  BOOL bMod;
109                  {   // own scope for SingleDoubleRefModifier dtor if SingleRef
110 -                    SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
111 +                    const SingleDoubleRefModifier& rMod = (t->GetType() == svSingleRef ?
112                          SingleDoubleRefModifier( t->GetSingleRef() ) :
113                          SingleDoubleRefModifier( t->GetDoubleRef() ));
114                      ComplRefData& rRef = rMod.Ref();
This page took 0.045637 seconds and 3 git commands to generate.