summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-13 12:26:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-13 19:15:47 +0100
commit15cf536adce74c6ca3fb401e0e232aacadd87f8f (patch)
tree2c2f0788498802877cd484e59371912e929359c9 /lotuswordpro/source/filter/lwpgrfobj.hxx
parentd71323b29cdf9714c2979484b359c15b50c778a5 (diff)
Fix typo in code
Change-Id: Id38f846aaf451d94e975e049f6494a6261eb4ae3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131494 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index 406f5883d6bb..5c05bf218059 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -70,7 +70,7 @@ struct ImageProcessingData
{
sal_uInt8 nBrightness;
sal_uInt8 nContrast;
- sal_uInt8 nEdgeEnchancement;
+ sal_uInt8 nEdgeEnhancement;
sal_uInt8 nSmoothing;
bool bAutoContrast;
bool bInvertImage;
@@ -78,7 +78,7 @@ struct ImageProcessingData
ImageProcessingData()
: nBrightness(50),
nContrast(50),
- nEdgeEnchancement(0),
+ nEdgeEnhancement(0),
nSmoothing(0),
bAutoContrast(false),
bInvertImage(false)