From 17f9aa97f8753b895db30e8080481f5f6d696b82 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 Sep 2019 10:37:56 +0200 Subject: Fix typos Change-Id: I4671d0f13e67b1272fd7c24bb6a2a7679c75f20b Reviewed-on: https://gerrit.libreoffice.org/78797 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/basic/basmgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basic') diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx index fd94a6aa477f..95e5a7c11d22 100644 --- a/include/basic/basmgr.hxx +++ b/include/basic/basmgr.hxx @@ -182,7 +182,7 @@ public: /** retrieves a global constant in the basic library, referring to some UNO object, returns true if a value is found ( value is in aOut ) false otherwise. */ bool GetGlobalUNOConstant( const OUString& rName, css::uno::Any& aOut ); - /** determines whether there are password-protected modules whose size exceedes the + /** determines whether there are password-protected modules whose size exceeds the legacy module size @param _out_rModuleNames takes the names of modules whose size exceeds the legacy limit -- cgit