diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-04-20 14:59:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-04-21 08:05:46 +0200 |
commit | a5e002442cba22f6d0806197e5a155353593bcd0 (patch) | |
tree | 5d427a59a010318103141044830e63f9597f09e6 /reportbuilder | |
parent | 5e9cafa29bd74e4ed9ca30b3150fe8a59aa671a5 (diff) |
Fix some getImplementationName
...to match the corresponding .component entry
Change-Id: I718cf71482923eec25f8c965e1a246fc2194a991
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150696
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java index 322c2ac1ccfa..a83631261891 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java @@ -161,7 +161,7 @@ public class SOReportJobFactory */ public String getImplementationName() { - return SOReportJobFactory.class.getName(); + return _SOReportJobFactory.class.getName(); } private String getLocaleFromRegistry(final XSimpleRegistry simpleReg, final String path, final String value) |