summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-22 14:41:17 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-23 17:55:09 +0100
commit843b26a6dba07fdda451d3d576553df132e30a8a (patch)
tree052fee0c203973119dcfb2448aafeb01c2847a17 /svx
parent508e973bc56b0f6213276ffd38b492ee101b589b (diff)
Fix typos
Change-Id: I05a1234d7bcbae6f4851abd34ff7acec5853f5f5 Reviewed-on: https://gerrit.libreoffice.org/48329 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/rubydialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index 6507fecd9fa2..6527d8fdb6f2 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -815,7 +815,7 @@ void RubyPreview::Paint(vcl::RenderContext& rRenderContext, const tools::Rectang
long nLeftStart = nCenter - nHalfWidth;
long nRightEnd = nCenter + nHalfWidth;
- // Deafult values for TOP or no selection
+ // Default values for TOP or no selection
long nYRuby = aWinSize.Height() / 4 - nTextHeight / 2;
long nYBase = aWinSize.Height() * 3 / 4 - nTextHeight / 2;