[Libreoffice-commits] .: Branch 'feature/orcus-integration' - framework/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Sep 6 19:21:45 PDT 2012


 framework/source/loadenv/loadenv.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit a2a0fbf5f4da2a4a007e3bcd148ec09a5fa0c761
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Sep 6 22:21:12 2012 -0400

    Disable the experimental orcus-based csv filter for now.
    
    Change-Id: Iba8b36aaa19bbf2a9cb632fb6fe586b27ae27a7a

diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index a4c042a..1b6c35a 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -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
 
 }
 


More information about the Libreoffice-commits mailing list