[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon May 24 14:07:58 PDT 2010
patches/dev300/sc-dbrange-dynamic-resize.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8413451a7d2662496414e261e0a61fb3e7d677e4
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon May 24 17:08:18 2010 -0400
Another build fix in sc.
* patches/dev300/sc-dbrange-dynamic-resize.diff:
diff --git a/patches/dev300/sc-dbrange-dynamic-resize.diff b/patches/dev300/sc-dbrange-dynamic-resize.diff
index a87217b..ef4c0f7 100644
--- a/patches/dev300/sc-dbrange-dynamic-resize.diff
+++ b/patches/dev300/sc-dbrange-dynamic-resize.diff
@@ -86,7 +86,7 @@ index 9b476a3..ee91862 100644
+ rDBData.GetArea(nTab, nCol1, nRow1, nCol2, nRow2);
+ SCCOL nCol1a = nCol1, nCol2a = nCol2;
+ SCROW nRow1a = nRow1, nRow2a = nRow2;
-+ GetDataArea(nTab, nCol1a, nRow1a, nCol2a, nRow2a, false);
++ GetDataArea(nTab, nCol1a, nRow1a, nCol2a, nRow2a, false, false);
+ rDBData.SetDynamicEndRow(nRow2a);
+}
+
More information about the ooo-build-commit
mailing list