[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Apr 7 07:40:19 PDT 2014
sc/source/filter/inc/xlcontent.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 833d9c7b7368512d9671bc72e0221a7c637f2090
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Apr 7 16:37:30 2014 +0200
fix copy&paste error
Change-Id: Iae918ba6d18c0ce2cdaab6a799fd5147fd0f4bff
diff --git a/sc/source/filter/inc/xlcontent.hxx b/sc/source/filter/inc/xlcontent.hxx
index 2dfe066..6d74f5e 100644
--- a/sc/source/filter/inc/xlcontent.hxx
+++ b/sc/source/filter/inc/xlcontent.hxx
@@ -85,7 +85,7 @@ const sal_uInt32 EXC_CF_BLOCK_FONT = 0x04000000; /// Font block prese
const sal_uInt32 EXC_CF_BLOCK_ALIGNMENT = 0x08000000; /// Alignment block present?
const sal_uInt32 EXC_CF_BLOCK_BORDER = 0x10000000; /// Border block present?
const sal_uInt32 EXC_CF_BLOCK_AREA = 0x20000000; /// Pattern block present?
-const sal_uInt32 EXC_CF_BLOCK_PROTECTION = 0x20000000; /// Protection block present?
+const sal_uInt32 EXC_CF_BLOCK_PROTECTION = 0x40000000; /// Protection block present?
const sal_uInt32 EXC_CF_IFMT_USER = 0x1; /// NumberFormat String or Id?
const sal_uInt32 EXC_CF_FONT_STYLE = 0x00000002; /// Font posture or weight modified?
More information about the Libreoffice-commits
mailing list