summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-06-24 15:12:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-26 09:09:22 +0200
commitd416a5ff59b31dd7250d392278c43f66cdb81e35 (patch)
tree31b9746d30243f29d0f3bc4c0e303be899124105 /reportdesign/inc
parent97ee2bbd402c8457f4bf8fe6fd8f5f36590b963f (diff)
Translate German comments and debug strings (leftovers in r... dirs)
Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "r". Additionally: - Translates test strings in /registry/test/testregcpp.cxx Change-Id: I9fda72a3d1830268c4eb83d67ee7a95e38c31c0d Reviewed-on: https://gerrit.libreoffice.org/39210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/reportformula.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 972f8dbe4daa..7d10243aee86 100644
--- a/reportdesign/inc/reportformula.hxx
+++ b/reportdesign/inc/reportformula.hxx
@@ -90,7 +90,7 @@ namespace rptui
/** returns a bracketed field name of the formula denotes a field reference,
or the undecorated expression if the formula denotes an expression.
- Effectively, this means the method returns the complete formular, stripped by the prefix
+ Effectively, this means the method returns the complete formula, stripped by the prefix
which indicates a field or a expression.
*/
OUString getBracketedFieldOrExpression() const;