diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-08 13:14:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-08 13:14:05 +0100 |
commit | 530e7ba7528b468344ca69e7892ca83e81fd42c7 (patch) | |
tree | ce3e8b81c09ab7aa512d64396e503c47472b22a3 /svtools/source/inc | |
parent | 6799ec80cd9ec6a5d0c3e11ec8a69084396f5420 (diff) |
make svtools filter test not loop endlessly
i.e. this partially reverts f26d188ffa00ee6184490fc5c179da16e17301bb
which doesn't take into account raw reads of sizeof(ObjAreaType)
Change-Id: I80f94f610647128262ebb16c7e888a7cc7ecb9d8
Diffstat (limited to 'svtools/source/inc')
-rw-r--r-- | svtools/source/inc/sgvmain.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/inc/sgvmain.hxx b/svtools/source/inc/sgvmain.hxx index fe08e2d5508d..9d023d55fa8e 100644 --- a/svtools/source/inc/sgvmain.hxx +++ b/svtools/source/inc/sgvmain.hxx @@ -99,6 +99,8 @@ struct ObjAreaType { sal_uInt8 FFarbe; // [Index] sal_uInt8 FBFarbe; // [Index] sal_uInt8 FIntens; // [%] + sal_uInt8 FDummy1; // + sal_Int16 FDummy2; // sal_uInt16 FMuster; // [Index] inkl. Invers, Transparenz }; |