summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-08 13:14:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-08 13:14:05 +0100
commit530e7ba7528b468344ca69e7892ca83e81fd42c7 (patch)
treece3e8b81c09ab7aa512d64396e503c47472b22a3 /svtools
parentimport GtkScrollbar as scrollbars and connect GtkAdjustments (diff)
downloadcore-530e7ba7528b468344ca69e7892ca83e81fd42c7.tar.gz
core-530e7ba7528b468344ca69e7892ca83e81fd42c7.zip
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')
-rw-r--r--svtools/source/inc/sgvmain.hxx2
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
};