diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-08 18:19:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-08 18:23:49 +0300 |
commit | cf955c621269011eaa71ee7e51647203f6120110 (patch) | |
tree | 682ce18747ff91d787883b573b36c87bbbfdb6c8 /svtools | |
parent | c5f401ed8991985c3f6701fdaf5f9ee53429fdb0 (diff) |
Don't repeat my mistake in the future
Change-Id: I5b5e4464c9a7345aa9ca230100aae0d7fcee91ee
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/inc/sgvmain.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/svtools/source/inc/sgvmain.hxx b/svtools/source/inc/sgvmain.hxx index 9d023d55fa8e..fcf747322706 100644 --- a/svtools/source/inc/sgvmain.hxx +++ b/svtools/source/inc/sgvmain.hxx @@ -99,6 +99,12 @@ struct ObjAreaType { sal_uInt8 FFarbe; // [Index] sal_uInt8 FBFarbe; // [Index] sal_uInt8 FIntens; // [%] + // Despite the "Dummy" in the name, and not being used anywhere in + // the code, these two fields are *essential*. These structs are + // 1:1 mappings of actual on-disk/wire file format structures... + // So don't clean the "unused dummy" fields away. (Actually it + // might well be that many other fields around here are never used + // in our code either.) sal_uInt8 FDummy1; // sal_Int16 FDummy2; // sal_uInt16 FMuster; // [Index] inkl. Invers, Transparenz |