]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-i18nutil.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-i18nutil.patch
CommitLineData
617b3501 1--- oo/i18nutil/source/utility/tg_compv.mk.orig Fri May 23 15:35:24 2003
2+++ oo/i18nutil/source/utility/tg_compv.mk Fri May 23 15:30:39 2003
3@@ -168,7 +168,7 @@
4 .ENDIF
5
6 .IF "$(CCNUMVER)"=="000300030000"
7-LIBSTDCPP3="5.0.3"
8+LIBSTDCPP3="5.0.4"
9 SHORTSTDCPP3="5"
10 .ENDIF
11
12--- oo/cppu/inc/com/sun/star/uno/Sequence.hxx.orig Fri May 23 17:09:06 2003
13+++ oo/cppu/inc/com/sun/star/uno/Sequence.hxx Fri May 23 17:08:42 2003
14@@ -227,7 +227,7 @@
15 if (! ::com::sun::star::uno::Sequence< E >::s_pType)
16 {
17 const ::com::sun::star::uno::Type & rElementType = ::getCppuType(
18- (::com::sun::star::uno::Sequence< E >::ElementType *)0 );
19+ (typename ::com::sun::star::uno::Sequence< E >::ElementType *)0 );
20 ::typelib_static_sequence_type_init(
21 & ::com::sun::star::uno::Sequence< E >::s_pType,
22 rElementType.getTypeLibType() );
This page took 0.097634 seconds and 4 git commands to generate.