summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-10-19 18:53:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-10-21 20:37:07 +0200
commit269b8a086e3d3387ef6a68cf29508704331513d5 (patch)
treea8ddd4300f35bfaa77686b39e0b9150b5d4a8ce7 /cui/source/dialogs
parentcdedcfe5548f676c6a39a3c9cc39eea0bcd99e80 (diff)
Fix typos
Change-Id: Ia66e31a0ad71dde1a6c1caa911d6083e1fb9eb61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104538 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx
index bd252a2fe5a8..b2da62f49bd0 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -172,7 +172,7 @@ namespace svx
// now draw the texts
// as we already calculated the precise rectangles for the texts, we don't want to
- // use the alignment flags given - within it's rect, every text is centered
+ // use the alignment flags given - within its rect, every text is centered
DrawTextFlags nDrawTextStyle( nTextStyle );
nDrawTextStyle &= ~DrawTextFlags( DrawTextFlags::Right | DrawTextFlags::Left | DrawTextFlags::Bottom | DrawTextFlags::Top );
nDrawTextStyle |= DrawTextFlags::Center | DrawTextFlags::VCenter;