diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-26 18:04:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-28 10:21:02 +0200 |
commit | 93035efada5b7a242faf998b2152e9a8c4095e5d (patch) | |
tree | 702b364d7b0e3a9c9af3c382affc5a7cc1cb281a /solenv | |
parent | 9f969799629fe6bdf8b922d8cb922846aa646ece (diff) |
Fix TRANPARENT -> TRANSPARENT
It passed "make check" on Linux.
Change-Id: I70ccaae61eb7961a331cabcd8f4e56b5ea5dfc4c
Reviewed-on: https://gerrit.libreoffice.org/61045
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/doc/gbuild/doxygen.cfg | 2 | ||||
-rw-r--r-- | solenv/inc/doxygen.cfg | 2 | ||||
-rw-r--r-- | solenv/inc/doxygen_doc.cfg | 2 | ||||
-rw-r--r-- | solenv/inc/doxygen_tag.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/solenv/doc/gbuild/doxygen.cfg b/solenv/doc/gbuild/doxygen.cfg index 7c1359a9d0dd..cb22507aff19 100644 --- a/solenv/doc/gbuild/doxygen.cfg +++ b/solenv/doc/gbuild/doxygen.cfg @@ -1173,7 +1173,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are # not supported properly for IE 6.0, but are supported on all modern browsers. # Note that when changing this option you need to delete any form_*.png files diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg index 86951b598114..2bdabc731935 100644 --- a/solenv/inc/doxygen.cfg +++ b/solenv/inc/doxygen.cfg @@ -1427,7 +1427,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # diff --git a/solenv/inc/doxygen_doc.cfg b/solenv/inc/doxygen_doc.cfg index 4f50551bbd0c..dfcf174ee559 100644 --- a/solenv/inc/doxygen_doc.cfg +++ b/solenv/inc/doxygen_doc.cfg @@ -1427,7 +1427,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # diff --git a/solenv/inc/doxygen_tag.cfg b/solenv/inc/doxygen_tag.cfg index 3e4a43b22204..a2f2e602612b 100644 --- a/solenv/inc/doxygen_tag.cfg +++ b/solenv/inc/doxygen_tag.cfg @@ -1427,7 +1427,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # |