summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index 0c26f1c6e062..988d338e9613 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -77,13 +77,13 @@ struct ImageProcessingData
bool bInvertImage;
ImageProcessingData()
+ : nBrightness(50),
+ nContrast(50),
+ nEdgeEnchancement(0),
+ nSmoothing(0),
+ bAutoContrast(false),
+ bInvertImage(false)
{
- nBrightness = 50;
- nContrast = 50;
- nEdgeEnchancement = 0;
- nSmoothing = 0;
- bAutoContrast = false;
- bInvertImage= false;
}
};