summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/FootnoteDsc.java
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-12 13:25:05 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-12 15:46:57 +0000
commit268f4d179c50bc0c1fb09cdb3ce048da1f575dbc (patch)
treef1a934263430d2247e3a8d4d9c2803ecbdf6b858 /qadevOOo/runner/util/FootnoteDsc.java
parent246cd66af254687628b7cbd5aa64cb9bfa87f28d (diff)
runner: 'static final' to declare constants when it isn't an interface
Change-Id: Iea1e672e5468b66fd1ba5389bd781f03d0c7f419 Reviewed-on: https://gerrit.libreoffice.org/11931 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner/util/FootnoteDsc.java')
-rw-r--r--qadevOOo/runner/util/FootnoteDsc.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/FootnoteDsc.java b/qadevOOo/runner/util/FootnoteDsc.java
index 7ff9f6b7a42a..dc0574157324 100644
--- a/qadevOOo/runner/util/FootnoteDsc.java
+++ b/qadevOOo/runner/util/FootnoteDsc.java
@@ -27,8 +27,8 @@ import com.sun.star.text.XTextContent;
*/
public class FootnoteDsc extends InstDescr {
- private final String service = "com.sun.star.text.Footnote";
- private String ifcName = "com.sun.star.text.XTextContent";
+ private static final String service = "com.sun.star.text.Footnote";
+ private static final String ifcName = "com.sun.star.text.XTextContent";
private String name = null;