diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-16 13:02:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-17 08:26:21 +0200 |
commit | 03c7c26cbe7d75f103515e62dc39103f11d4637f (patch) | |
tree | d2e3e75fd84ce6fcb58c3ccbb59d5a1a62990c47 /chart2 | |
parent | 12b01b920f42666db84c8be1c9b6fd89a86eea4e (diff) |
java: final fields that can be static
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/qa/TestCaseOldAPI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java index 849c5597e12d..6c1366a1d168 100644 --- a/chart2/qa/TestCaseOldAPI.java +++ b/chart2/qa/TestCaseOldAPI.java @@ -45,7 +45,7 @@ import com.sun.star.uno.AnyConverter; public class TestCaseOldAPI extends ComplexTestCase { // The name of the tested service - private final String testedServiceName = + private static final String testedServiceName = "com.sun.star.chart.ChartDocument"; // The first of the mandatory functions: |