]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-starmath.patch
- up
[packages/libreoffice.git] / openoffice-starmath.patch
1 --- oo/starmath/source/register.cxx.orig        Fri May 23 23:41:19 2003
2 +++ oo/starmath/source/register.cxx     Fri May 23 23:41:57 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 @@ -154,7 +154,7 @@
16         RTL_CONSTASCII_USTRINGPARAM("/") ) + SmXMLImport_getImplementationName() +
17         ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") )  );
18  
19 -       ::com::sun::star::uno::Sequence< rtl::OUString > &rServices =
20 +       const ::com::sun::star::uno::Sequence< rtl::OUString > &rServices =
21                 SmXMLImport_getSupportedServiceNames();
22         for(i = 0; i < rServices.getLength(); i++ )
23                 xNewKey->createKey( rServices.getConstArray()[i]);
This page took 0.029794 seconds and 3 git commands to generate.