diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 10:32:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-06 18:13:42 +0200 |
commit | f4e122a1a7780b0b8b7362d40b2541cde8e5e9e7 (patch) | |
tree | 60fb1430226161b3ea49fe203d8e8b85266df7d8 | |
parent | 57ac9d6176305ad1d405b83a9423cd103bdaa20b (diff) |
no need to use prefix here
all of these use the constructor attribute
Change-Id: I0915c2f5af5a7dde501e9ae709b08e5c98604466
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98197
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | xmloff/util/xo.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/util/xo.component b/xmloff/util/xo.component index 7e0564eacef6..809ecf340ae5 100644 --- a/xmloff/util/xo.component +++ b/xmloff/util/xo.component @@ -18,7 +18,7 @@ --> <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" - prefix="xo" xmlns="http://openoffice.org/2010/uno-components"> + xmlns="http://openoffice.org/2010/uno-components"> <implementation name="SchXMLExport.Compact" constructor="com_sun_star_comp_Chart_XMLExporter_get_implementation"> <service name="com.sun.star.comp.Chart.XMLExporter"/> |