Disable the experimental orcus-based csv filter for now.

Change-Id: Iba8b36aaa19bbf2a9cb632fb6fe586b27ae27a7a
This commit is contained in:
Kohei Yoshida
2012-09-06 22:21:12 -04:00
parent 0e895a59fc
commit 8a0d4ff715

View File

@@ -718,6 +718,13 @@ LoadEnv::EContentType LoadEnv::classifyContent(const ::rtl::OUString&
namespace {
#if 1
bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>&, OUString&, OUString&)
{
return false;
}
#else
// TODO: We will reinstate this function later, so don't remove this!
bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>& rDescriptor, OUString& rType, OUString& rFilter)
{
OUString aURL;
@@ -745,6 +752,7 @@ bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>& rDescrip
return false;
}
#endif
}