rpms/openoffice.org/devel openoffice.org-1.9.128.ooo54479.systemicu.patch, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 14 09:44:18 UTC 2005


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7028

Modified Files:
	openoffice.org-1.9.128.ooo54479.systemicu.patch 
Log Message:
safer

openoffice.org-1.9.128.ooo54479.systemicu.patch:
 config_office/configure.in                              |   52 ++++++++--------
 config_office/set_soenv.in                              |    6 -
 i18npool/inc/collator_unicode.hxx                       |    1 
 i18npool/prj/build.lst                                  |    2 
 i18npool/source/breakiterator/breakiterator_unicode.cxx |   15 +++-
 i18npool/source/breakiterator/makefile.mk               |    8 +-
 i18npool/source/collator/collator_unicode.cxx           |    7 +-
 inc/collator_unicode.hxx                                |    0 
 linguistic/source/hhconvdic.cxx                         |    2 
 prj/build.lst                                           |    0 
 scp2/prj/build.lst                                      |    2 
 scp2/source/ooo/file_library_ooo.scp                    |    4 +
 scp2/source/ooo/makefile.mk                             |    6 +
 scp2/source/ooo/shortcut_ooo.scp                        |   30 ---------
 source/breakiterator/breakiterator_unicode.cxx          |    0 
 source/breakiterator/makefile.mk                        |    0 
 source/collator/collator_unicode.cxx                    |    0 
 source/hhconvdic.cxx                                    |    0 
 vcl/prj/build.lst                                       |    2 
 19 files changed, 66 insertions(+), 71 deletions(-)

Index: openoffice.org-1.9.128.ooo54479.systemicu.patch
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org-1.9.128.ooo54479.systemicu.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openoffice.org-1.9.128.ooo54479.systemicu.patch	9 Nov 2005 09:07:47 -0000	1.5
+++ openoffice.org-1.9.128.ooo54479.systemicu.patch	14 Nov 2005 09:44:16 -0000	1.6
@@ -371,7 +371,7 @@
  using namespace ::com::sun::star::lang;
  using namespace ::rtl;
  
-@@ -90,12 +92,14 @@ void SAL_CALL BreakIterator_Unicode::loa
+@@ -90,12 +92,15 @@ void SAL_CALL BreakIterator_Unicode::loa
              if ( !U_SUCCESS(status) ) throw ERROR;
  
              status = U_ZERO_ERROR;
@@ -386,7 +386,8 @@
              if (!U_SUCCESS(status) ) {
                  status = U_ZERO_ERROR;
 -                aBreakIterator = new RuleBasedBreakIterator(udata_open("OpenOffice", "brk", rule, &status), status);
-+                aBreakIterator = new RuleBasedBreakIterator(udata_open("OpenOffice_icu/OpenOffice", "brk", rule, &status), status);
++                pData = udata_open("OpenOffice_icu/OpenOffice", "brk", rule, &status);
++                aBreakIterator = pData ? new RuleBasedBreakIterator(pData, status) : 0;
                  if (!U_SUCCESS(status) ) aBreakIterator=NULL;
              }
          }




More information about the fedora-cvs-commits mailing list