From 0286f76b84478a38b252a39a4e33e51339286bcd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Aug 2019 22:43:18 +0200 Subject: Fix typos Change-Id: I7e6f758649b57840a764ca6d9bab47951b07c573 Reviewed-on: https://gerrit.libreoffice.org/77253 Tested-by: Jenkins Reviewed-by: Julien Nabet --- reportdesign/inc/reportformula.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx index 5e5976a075b9..987ea96927ce 100644 --- a/reportdesign/inc/reportformula.hxx +++ b/reportdesign/inc/reportformula.hxx @@ -91,7 +91,7 @@ namespace rptui or the undecorated expression if the formula denotes an expression. Effectively, this means the method returns the complete formula, stripped by the prefix - which indicates a field or a expression. + which indicates a field or an expression. */ OUString getBracketedFieldOrExpression() const; -- cgit