diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-18 19:59:48 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-08-20 00:18:32 +0200 |
commit | ca0f046d43d22e8c6cf6da7ab5c6e69b6b6e2eaf (patch) | |
tree | 37d35d2bb0fa80d51732bdbdc5f364266adb876a | |
parent | be5511822416c27647fbdc8cd36a19bd8ccce488 (diff) |
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@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | sc/source/ui/dataprovider/dataprovider.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |