diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 22:43:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:38:47 +0200 |
commit | 0286f76b84478a38b252a39a4e33e51339286bcd (patch) | |
tree | 4ed7d8f268fe05efd0c007b996dc958e1fb25ea7 /reportdesign/inc | |
parent | 7f0f574d7a1ec96f25c017f0576b930e0ff715d8 (diff) |
Fix typos
Change-Id: I7e6f758649b57840a764ca6d9bab47951b07c573
Reviewed-on: https://gerrit.libreoffice.org/77253
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/reportformula.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |