[ooo-build-commit] patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Sep 11 20:26:58 PDT 2009
patches/dev300/calc-ods-sheet-protection-sc.diff | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 48af8c668ecaf64253451de8f39adf115922d849
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Sep 11 23:20:54 2009 -0400
Allow selection of cells on protected sheets by default.
* patches/dev300/calc-ods-sheet-protection-sc.diff: when sheet
protection options aren't specified in the xml, at least allow
selection of cells by default. (n#538559)
diff --git a/patches/dev300/calc-ods-sheet-protection-sc.diff b/patches/dev300/calc-ods-sheet-protection-sc.diff
index dbde08f..9c5b21b 100644
--- a/patches/dev300/calc-ods-sheet-protection-sc.diff
+++ b/patches/dev300/calc-ods-sheet-protection-sc.diff
@@ -716,8 +716,8 @@ index 72ddec3..3a001e9 100644
+ meHash1(PASSHASH_SHA1),
+ meHash2(PASSHASH_UNSPECIFIED),
+ mbProtected(false),
-+ mbSelectProtectedCells(false),
-+ mbSelectUnprotectedCells(false)
++ mbSelectProtectedCells(true),
++ mbSelectUnprotectedCells(true)
+{
+}
+
More information about the ooo-build-commit
mailing list