From 3af0dfad72a7290131e542eda78fab76a1dfbfe2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 26 Apr 2020 17:44:30 +0200 Subject: Fix typo in code Change-Id: I4f882e7eaedb5aea1353faaa7e0797b257816a8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92937 Tested-by: Jenkins Reviewed-by: Julien Nabet --- chart2/source/view/charttypes/BubbleChart.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') diff --git a/chart2/source/view/charttypes/BubbleChart.cxx b/chart2/source/view/charttypes/BubbleChart.cxx index 395814c576fb..9ad349b9f455 100644 --- a/chart2/source/view/charttypes/BubbleChart.cxx +++ b/chart2/source/view/charttypes/BubbleChart.cxx @@ -108,9 +108,9 @@ drawing::Direction3D BubbleChart::transformToScreenBubbleSize( double fLogicSize double fMaxSize = m_fMaxLogicBubbleSize; double fMaxRadius = sqrt( fMaxSize / F_PI ); - double fRaduis = sqrt( fLogicSize / F_PI ); + double fRadius = sqrt( fLogicSize / F_PI ); - aRet.DirectionX = m_fBubbleSizeFactorToScreen * fRaduis / fMaxRadius; + aRet.DirectionX = m_fBubbleSizeFactorToScreen * fRadius / fMaxRadius; aRet.DirectionY = aRet.DirectionX; return aRet; -- cgit 100f5f04516cedd1f6f118 creating the libio. All these libraries are always used together, so we can put them together in one single library. This save almost 500 kb of the size of the final library. Change-Id: Ib32fec36cc4eb80ca646ce472c1f1bcdd98ac62b Reviewed-on: https://gerrit.libreoffice.org/6567 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
creating the libio. All these libraries are always used together, so we can put them
together in one single library.

This save almost 500 kb of the size of the final library.

Change-Id: Ib32fec36cc4eb80ca646ce472c1f1bcdd98ac62b
Reviewed-on: https://gerrit.libreoffice.org/6567
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
gbuild: remove gb_Rdb__get_final_target 2013-09-12T12:39:00+00:00 Michael Stahl mstahl@redhat.com 2013-09-12T11:10:32+00:00 6667caef24557d66177c1f7e9b72d2f609233d87 ... by replacing gb_Rdb_install with a separate constructor so the right target can be registered at the module. There is still an ugly special case for the ure/services. Change-Id: I81c004143f201aaf38daca99819888313ee24f49
... by replacing gb_Rdb_install with a separate constructor so the right
target can be registered at the module.  There is still an ugly special
case for the ure/services.

Change-Id: I81c004143f201aaf38daca99819888313ee24f49
gbuild: install rdb files directly in module they come from 2013-09-09T20:09:10+00:00 Matúš Kukan matus.kukan@gmail.com 2013-06-19T11:52:44+00:00 d44759e3d78d23b360f8b628857a96618dae5cbd Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA 2013-08-19T07:29:04+00:00 Tor Lillqvist tml@iki.fi 2013-08-18T21:41:12+00:00 08452f1208a2ecbf7c6f15a96efeedbe5210ec83 Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
Extract SmoketestCommandEnvironment.java from juh.jar 2013-05-07T14:48:19+00:00 Stephan Bergmann sbergman@redhat.com 2013-05-07T14:46:46+00:00 ff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1 ...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE unoil.jar. Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5
...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE
unoil.jar.

Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5
Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22T08:37:38+00:00 Michael Meeks michael.meeks@suse.com 2013-04-19T20:10:42+00:00 62badf38283ef31e50d40e62f5d8bc3824c615d7