summaryrefslogtreecommitdiff
path: root/forms/qa
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-05-19 21:55:00 +0200
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-20 13:43:17 +0200
commitfd48f39a7ec080c868b314e06bc91efd160e87c9 (patch)
tree00c2050dc846d437aef2a3f6934a592ae18c46a8 /forms/qa
parent639a67273fd2a499ed05b805d0011da202067311 (diff)
Translate German comments and debug strings (leftovers in f... dirs)
Translates all (leftovers) found using a custom regex, in directories not shown by /bin/find-german-comments and beginning with "f". Additionally: - Fixed translation in formula/source/ui/dlg/funcutl.cxx (translated in https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=5e04331fc0a6434c61d3d18843cb4f80a44e5989 ), because clearing an event is quite the opposite of its triggering. Change-Id: I0fd62193a29883796cd05e5a80ce8a2900636b6c Reviewed-on: https://gerrit.libreoffice.org/37839 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'forms/qa')
-rw-r--r--forms/qa/integration/forms/CellBinding.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/CellBinding.java b/forms/qa/integration/forms/CellBinding.java
index 342fd0f9d6cc..56d811a25dc5 100644
--- a/forms/qa/integration/forms/CellBinding.java
+++ b/forms/qa/integration/forms/CellBinding.java
@@ -443,7 +443,7 @@ public class CellBinding extends complexlib.ComplexTestCase
private void setCellEmpty( short col, short row ) throws com.sun.star.uno.Exception
{
// as long as #i29130# is not fixed, we do not set the cell to "empty", but to
- // an invalid formular, which serves well for our purpose
+ // an invalid form, which serves well for our purpose
XCellRangeFormula cell = UnoRuntime.queryInterface( XCellRangeFormula.class,
m_document.getSheet( 0 ).getCellByPosition( col, row )
);