[Libreoffice-commits] libvisio.git: src/lib
Fridrich Štrba
fridrich.strba at bluewin.ch
Wed Jan 18 15:02:52 UTC 2017
src/lib/VSDDocumentStructure.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fd6c528dfb263f4bc6d288afd469089cfba0ef15
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
Date: Wed Jan 18 16:02:15 2017 +0100
Wrong code for VSD_USER_DEFINED_CELLS
Change-Id: I056e7e8fdc4b858bcfc8e992d12278ca08f44610
diff --git a/src/lib/VSDDocumentStructure.h b/src/lib/VSDDocumentStructure.h
index ec5c0fb..1f022b7 100644
--- a/src/lib/VSDDocumentStructure.h
+++ b/src/lib/VSDDocumentStructure.h
@@ -100,7 +100,7 @@
#define VSD_ACT_ID 0xa9
#define VSD_CONTROL 0xaa
-#define VSD_USER_DEFINED_CELLS 0xb5
+#define VSD_USER_DEFINED_CELLS 0xb4
#define VSD_TABS_DATA_4 0xb5
#define VSD_CUSTOM_PROPS 0xb6
#define VSD_RULER_GRID 0xb7
More information about the Libreoffice-commits
mailing list