summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:22 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-06 07:09:14 +0200
commitac14e5613597e7361ce6995dacb1bb5bd55b6b00 (patch)
tree8e6b72c5241664acf2cf035eb3589d4a4fa1059b /forms
parent23475ea1946935a902d35baf4a160672dff4b670 (diff)
Fix typo
Change-Id: I3883dedde0ad3ca6c4d6190d711af9c1e6411a50 Reviewed-on: https://gerrit.libreoffice.org/73573 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/formnavigation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx
index e1068f7bb526..200ab9d01996 100644
--- a/forms/source/inc/formnavigation.hxx
+++ b/forms/source/inc/formnavigation.hxx
@@ -190,7 +190,7 @@ namespace frm
*/
static const char* getFeatureURLAscii( sal_Int16 _nFeatureId );
- /** retrieves the feature URL belonging to an feature id
+ /** retrieves the feature URL belonging to a feature id
@complexity O(log n), with n being the number of all potentially known URLs
@return
@@ -199,7 +199,7 @@ namespace frm
*/
bool getFeatureURL( sal_Int16 _nFeatureId, css::util::URL& /* [out] */ _rURL );
- /** retrieves the feature id belonging to an feature URL
+ /** retrieves the feature id belonging to a feature URL
@complexity O(n), with n being the number of all potentially known URLs
@return