[ooo-build-commit] .: patches/dev300

Katarina Machalkova bubli at kemper.freedesktop.org
Wed Jun 30 07:40:26 PDT 2010


 patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 93567e5e91c8513f6ee7aeddb696044df1a75107
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date:   Wed Jun 30 16:39:57 2010 +0200

    Adjusted to m83, round 2
    
    * patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff:

diff --git a/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff b/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff
index 739c7e9..99c7b94 100644
--- a/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff
+++ b/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff
@@ -22,7 +22,7 @@
  using ::com::sun::star::xml::sax::XFastDocumentHandler;
  using ::oox::core::BinaryFilterBase;
 @@ -172,6 +174,32 @@ const TableStyleListPtr ExcelFilter::get
-     return getWorkbookHelper().getChartConverter();
+     return new ExcelGraphicHelper( getWorkbookData() );
  }
  
 +sal_Bool SAL_CALL ExcelFilter::filter( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rDescriptor ) throw( ::com::sun::star::uno::RuntimeException )
@@ -567,9 +567,9 @@
 +++ scp2/source/calc/file_calc.scp	2010-03-03 17:00:06.000000000 +0100
 @@ -57,7 +57,7 @@ STD_LIB_FILE_PATCH( gid_File_Lib_Scui, s
  
- STD_LIB_FILE_PATCH( gid_File_Lib_Scui, scui)
+ STD_LIB_FILE( gid_File_Lib_Scui, scui)
  
--STD_LIB_FILE_PATCH( gid_File_Lib_Scfilt, scfilt)
+-STD_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
 +STD_UNO_LIB_FILE( gid_File_Lib_Scfilt, scfilt)
  
  STD_UNO_LIB_FILE( gid_File_Lib_Scd, scd)


More information about the ooo-build-commit mailing list