reportbuilder/java/org/libreoffice/report/pentaho/SOReportJobFactory.java |    
2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5e002442cba22f6d0806197e5a155353593bcd0
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Apr 20 14:59:16 2023 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Fri Apr 21 08:05:46 2023 +0200

    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 <sberg...@redhat.com>

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)

Reply via email to