summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-01 17:43:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-01 17:48:39 +0100
commit16665c48fef0ac178f224cccb1ddced69311835c (patch)
treef1d73f33132c7be71992947863a61c24d204e8c8 /svx/source/toolbars
parent26cbb045a06c4027bd7b446d692c3b38297d0283 (diff)
Fix typos
Change-Id: I13e7f1dc5d93f352e79139acb64b46dee298c9fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130186 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/extrusionbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index a3247cc02666..3e0273c2862c 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -383,7 +383,7 @@ static void impl_execute( SfxRequest const & rReq, SdrCustomShapeGeometryItem& r
case 4: // metal MS Office
if (basegfx::fTools::equalZero(fOldSpecularity, 0.0001))
// MS Office uses 80000/65536. That is currently not allowed in ODF.
- // But the ODF error will be catched in xmloff.
+ // But the ODF error will be caught in xmloff.
fSpecularity = 80000.0 / 655.36; // interpreted as %
break;
}