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

Katarina Machalkova bubli at kemper.freedesktop.org
Fri May 7 06:19:50 PDT 2010


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

New commits:
commit 30cc0a15425d015d958d087a3e9ec92237cb4c82
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date:   Fri May 7 15:16:51 2010 +0200

    Added symbols to enable instantiation of xlsx export filter
    
    in a shared filter
    * 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 60c9a19..4a10b2f 100644
--- a/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff
+++ b/patches/dev300/xlsx-shared-xlsx-shared-import-and-export.diff
@@ -558,6 +558,18 @@
              FltError eError = ScFormatFilter::Get().ScExportExcel5( rMed, &aDocument, eFormat, RTL_TEXTENCODING_MS_1252 );
  
              if( eError && !GetError() )
+--- sc/util/scfilt.map.old
++++ sc/util/scfilt.map
+@@ -1,6 +1,9 @@
+ SCFILT_1_0 {
+   global:
+     ScFilterCreate;
++    component_getImplementationEnvironment;
++    component_writeInfo;
++    component_getFactory;
+   local:
+     *;
+ };
 --- scp2/source/calc/file_calc.scp.old	2009-10-08 16:17:46.000000000 +0200
 +++ 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


More information about the ooo-build-commit mailing list