Kaydet (Commit) ca0f046d authored tarafından Markus Mohrhard's avatar Markus Mohrhard

external data: forgot to add the new html provider to the list

Change-Id: I4982cd9213827493ce41c99ddf4048ddbfd08618
Reviewed-on: https://gerrit.libreoffice.org/41337Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst be551182
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment