]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-sch.patch
- fix nwf section in apply; fix widgetsets option
[packages/libreoffice.git] / openoffice-sch.patch
CommitLineData
1fb06a95 1--- oo/sch/source/ui/unoidl/register.cxx.orig Sat May 24 05:22:38 2003
2+++ oo/sch/source/ui/unoidl/register.cxx Sat May 24 05:23:54 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@@ -95,7 +95,7 @@
16 RTL_CONSTASCII_USTRINGPARAM("/") ) + SchDocument_getImplementationName() +
17 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "/UNO/SERVICES") ) );
18
19- uno::Sequence< rtl::OUString > &rServices = SchDocument_getSupportedServiceNames();
20+ const uno::Sequence< rtl::OUString > &rServices = SchDocument_getSupportedServiceNames();
21 for(i = 0; i < rServices.getLength(); i++ )
22 xNewKey->createKey( rServices.getConstArray()[i]);
23
This page took 0.043466 seconds and 4 git commands to generate.