summaryrefslogtreecommitdiff
path: root/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift')
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
index 4e3b4b20e409..53772c636a9e 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
+++ b/ios/LibreOfficeLight/LibreOfficeLight/LOKit/Document.swift
@@ -78,7 +78,7 @@ open class Document
* @return a rectangle list, using the same format as
* LOK_CALLBACK_TEXT_SELECTION.
*/
- public func getPartRectanges() -> String
+ public func getPartRectangles() -> String
{
return toString( docClass.getPartPageRectangles(pDoc) ) ?? ""