[Libreoffice-commits] core.git: solenv/doc solenv/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Sep 28 08:21:26 UTC 2018
solenv/doc/gbuild/doxygen.cfg | 2 +-
solenv/inc/doxygen.cfg | 2 +-
solenv/inc/doxygen_doc.cfg | 2 +-
solenv/inc/doxygen_tag.cfg | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 93035efada5b7a242faf998b2152e9a8c4095e5d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 26 18:04:34 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Sep 28 10:21:02 2018 +0200
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 at yahoo.fr>
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.
#
More information about the Libreoffice-commits
mailing list