summaryrefslogtreecommitdiff
path: root/reportbuilder/java/libformula.properties
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-03-07 08:17:56 +0100
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2013-03-11 08:56:40 +0000
commit6f28efc2a8a559cc8c37aa883f4de0b59d4fc79c (patch)
treec99e9f01d5f52daad04aa1f51e3bc53e78c073fb /reportbuilder/java/libformula.properties
parentab8f432b3382967f87967495b0b0e4c17f082da5 (diff)
fdo#61726: rename report-builder package to org.libreoffice.report
To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'reportbuilder/java/libformula.properties')
-rw-r--r--reportbuilder/java/libformula.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportbuilder/java/libformula.properties b/reportbuilder/java/libformula.properties
index 78d0e75f2cc1..f903736de043 100644
--- a/reportbuilder/java/libformula.properties
+++ b/reportbuilder/java/libformula.properties
@@ -28,7 +28,7 @@ org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
##
# Meta data functions
-org.pentaho.reporting.libraries.formula.functions.metadata.Author.class=com.sun.star.report.function.metadata.AuthorFunction
-org.pentaho.reporting.libraries.formula.functions.metadata.Author.description=com.sun.star.report.function.metadata.AuthorFunctionDescription
-org.pentaho.reporting.libraries.formula.functions.metadata.Title.class=com.sun.star.report.function.metadata.TitleFunction
-org.pentaho.reporting.libraries.formula.functions.metadata.Title.description=com.sun.star.report.function.metadata.TitleFunctionDescription
+org.pentaho.reporting.libraries.formula.functions.metadata.Author.class=org.libreoffice.report.function.metadata.AuthorFunction
+org.pentaho.reporting.libraries.formula.functions.metadata.Author.description=org.libreoffice.report.function.metadata.AuthorFunctionDescription
+org.pentaho.reporting.libraries.formula.functions.metadata.Title.class=org.libreoffice.report.function.metadata.TitleFunction
+org.pentaho.reporting.libraries.formula.functions.metadata.Title.description=org.libreoffice.report.function.metadata.TitleFunctionDescription