[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Aug 19 22:21:07 UTC 2017
sc/source/ui/dataprovider/dataprovider.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ca0f046d43d22e8c6cf6da7ab5c6e69b6b6e2eaf
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri Aug 18 19:59:48 2017 +0200
external data: forgot to add the new html provider to the list
Change-Id: I4982cd9213827493ce41c99ddf4048ddbfd08618
Reviewed-on: https://gerrit.libreoffice.org/41337
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/dataprovider/dataprovider.cxx b/sc/source/ui/dataprovider/dataprovider.cxx
index 67f4394726e2..01cd501a7dde 100644
--- a/sc/source/ui/dataprovider/dataprovider.cxx
+++ b/sc/source/ui/dataprovider/dataprovider.cxx
@@ -263,6 +263,7 @@ std::vector<OUString> DataProviderFactory::getDataProviders()
{
std::vector<OUString> aDataProviders;
aDataProviders.push_back("org.libreoffice.calc.csv");
+ aDataProviders.push_back("org.libreoffice.calc.html");
return aDataProviders;
}
More information about the Libreoffice-commits
mailing list