summaryrefslogtreecommitdiff
path: root/include/svx/svdtrans.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:01:56 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:34 +0000
commit638b6d7e0b8740d53c88dcde0c2b743a2184ccfa (patch)
treec5508636a6760548ff239dfd515ea563e55bcf0c /include/svx/svdtrans.hxx
parent9956b99e68c45a82015766873b4b7f581462bef2 (diff)
Fix typos
Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a Reviewed-on: https://gerrit.libreoffice.org/18958 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/svdtrans.hxx')
-rw-r--r--include/svx/svdtrans.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx
index 5fe3a36c782b..2f20a41e4478 100644
--- a/include/svx/svdtrans.hxx
+++ b/include/svx/svdtrans.hxx
@@ -40,7 +40,7 @@
// Which is converted, by this:
// double nSin=sin(nAngle*nPi180);
//
-// To convert it back, we use divison.
+// To convert it back, we use division.
const double nPi=3.14159265358979323846;
const double nPi180=0.000174532925199432957692222; // If we have too few digits, we get tan(4500*nPi180)!=1.0