diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:19:49 +0100 |
commit | b8031a321b2eaf640e3cdee506056c12c065d03d (patch) | |
tree | 463f3d2176fcd53d45b57c75a86d5b421599217c /sw | |
parent | 7b267be4b2c87b2c3987d4d751307977a7d3ad41 (diff) |
Fix typo
Change-Id: I6ac148b7ac98153cca56fb5d8cce91a7a6ab93d4
Reviewed-on: https://gerrit.libreoffice.org/84491
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/scriptinfo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/scriptinfo.hxx b/sw/source/core/inc/scriptinfo.hxx index 4fae59707452..31ff4a8a7e86 100644 --- a/sw/source/core/inc/scriptinfo.hxx +++ b/sw/source/core/inc/scriptinfo.hxx @@ -201,7 +201,7 @@ public: @descr Determines if a given position is inside a hidden text range. The static version tries to obtain a valid SwScriptInfo object via the SwTextNode, otherwise it calculates the values from scratch. - The non-static version uses the internally cached informatio + The non-static version uses the internally cached information for the calculation. @param rNode |