]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-ea.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-ea.patch
1 --- oo/eventattacher/source/eventattacher.cxx.orig      Fri May 23 17:47:18 2003
2 +++ oo/eventattacher/source/eventattacher.cxx   Fri May 23 17:47:31 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 @@ -925,7 +925,7 @@
16                                 reinterpret_cast< XRegistryKey * >( pRegistryKey )->createKey(
17                                         OUString( RTL_CONSTASCII_USTRINGPARAM( "/" IMPLNAME "/UNO/SERVICES") )));
18                         
19 -                       Sequence< OUString > & rSNL =
20 +                       const Sequence< OUString > & rSNL =
21                                 ::comp_EventAttacher::EventAttacherImpl::getSupportedServiceNames_Static();
22                         const OUString * pArray = rSNL.getConstArray();
23                         for ( sal_Int32 nPos = rSNL.getLength(); nPos--; )
This page took 0.027552 seconds and 3 git commands to generate.