From 2dabf761181e279d34269cc0c4dd7922e6d93d05 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 17 Jun 2014 15:35:58 +0200 Subject: update translations for 4.3.0 RC1 and force-fix errors using pocheck Change-Id: I1116f849c63fccfd0338a48cf8289b499700dd31 --- source/dz/sc/uiconfig/scalc/ui.po | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'source/dz/sc') diff --git a/source/dz/sc/uiconfig/scalc/ui.po b/source/dz/sc/uiconfig/scalc/ui.po index 1f1e853050c..9cb11cc1e87 100644 --- a/source/dz/sc/uiconfig/scalc/ui.po +++ b/source/dz/sc/uiconfig/scalc/ui.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: LibO 40l10n\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2014-05-30 13:09+0200\n" +"POT-Creation-Date: 2014-06-12 13:24+0200\n" "PO-Revision-Date: 2012-11-17 19:02+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -230,15 +230,6 @@ msgctxt "" msgid "Rows per sample" msgstr "" -#: analysisofvariancedialog.ui -msgctxt "" -"analysisofvariancedialog.ui\n" -"rows-per-sample-spin\n" -"text\n" -"string.text" -msgid "0,05" -msgstr "" - #: analysisofvariancedialog.ui msgctxt "" "analysisofvariancedialog.ui\n" @@ -1781,15 +1772,6 @@ msgctxt "" msgid "Limit to:" msgstr "" -#: datastreams.ui -msgctxt "" -"datastreams.ui\n" -"limit\n" -"text\n" -"string.text" -msgid "1000" -msgstr "" - #: datastreams.ui msgctxt "" "datastreams.ui\n" -- cgit 5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/qa/unit/data/tdf124212_handle_position.odg
AgeCommit message (Collapse)Author
2019-03-21tdf#124212 make adjustment handle work alwaysRegina Henschel
In method SetHandleControllerPosition() all transformations are reversed to get the coordinates in shape inner coordinate system from the outer position. The error was, that the first transformation, the move in method GetPoint was forgotten. In case of default viewBox '0 0 21600 21600' it is not visible. But the error is noticeable, if left or top do not equal zero. Change-Id: Icc3f4f2c603826151c95b8b9eea5030fb5805d67 Reviewed-on: https://gerrit.libreoffice.org/69439 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>