[ooo-build-commit] .: patches/dev300
Katarina Machalkova
bubli at kemper.freedesktop.org
Mon Aug 9 08:35:36 PDT 2010
patches/dev300/xlsx-shared-xlsx-snapshot.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 431dcd2dcf3207930dd60d304860fb8926e1786a
Author: Katarina Machalkova <kmachalkova at suse.cz>
Date: Mon Aug 9 17:33:42 2010 +0200
Set tab ID, to prevent crash on xlsx export
(some random tab IDs sneaked in instead)
* patches/dev300/xlsx-shared-xlsx-snapshot.diff:
diff --git a/patches/dev300/xlsx-shared-xlsx-snapshot.diff b/patches/dev300/xlsx-shared-xlsx-snapshot.diff
index 433c033..019ddd1 100644
--- a/patches/dev300/xlsx-shared-xlsx-snapshot.diff
+++ b/patches/dev300/xlsx-shared-xlsx-snapshot.diff
@@ -2026,7 +2026,7 @@
Insert( pObj, LIST_APPEND );
UINT16 nCnt = (UINT16) Count();
pObj->SetId( nCnt );
-+ //pObj->SetTab( mnScTab );
++ pObj->SetTab( mnScTab );
return nCnt;
}
else
More information about the ooo-build-commit
mailing list