[Libreoffice-commits] core.git: chart2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 28 06:16:38 UTC 2020
chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1d820e8e9808a3204134f84945fab27f4aa784de
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 26 21:06:58 2020 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Mon Sep 28 08:16:00 2020 +0200
Fix typo in code
Change-Id: Ifab76c880b1802740689704f929858b261e1f5bd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103488
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
index f385c399c6e6..449910274c7c 100644
--- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx
@@ -121,8 +121,8 @@ tServiceNameMap & lcl_getStaticServiceNameMap()
{"com.sun.star.drawing.MarkerTable", SERVICE_NAME_MARKER_TABLE},
{"com.sun.star.xml.NamespaceMap", SERVICE_NAME_NAMESPACE_MAP},
- {"com.sun.star.document.ExportGraphicStoreageHandler", SERVICE_NAME_EXPORT_GRAPHIC_STORAGE_RESOLVER},
- {"com.sun.star.document.ImportGraphicStoreageHandler", SERVICE_NAME_IMPORT_GRAPHIC_STORAGE_RESOLVER}
+ {"com.sun.star.document.ExportGraphicStorageHandler", SERVICE_NAME_EXPORT_GRAPHIC_STORAGE_RESOLVER},
+ {"com.sun.star.document.ImportGraphicStorageHandler", SERVICE_NAME_IMPORT_GRAPHIC_STORAGE_RESOLVER}
};
return aServiceNameMap;
More information about the Libreoffice-commits
mailing list