summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-09 13:00:25 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-09 13:01:27 -0400
commit91ecff9e0c430424022e2b1197890bedcd359172 (patch)
tree7a8e6bf6fecd4e84417c776a2fe4360b953d4756 /framework/source
parent0ce9083428d8181a30de1d11d511382ce101c543 (diff)
Get the whole thing to build after the SfxFilter interface change.
Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/loadenv/loadenv.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index 33956f1e96a1..86646d58ec4e 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -744,6 +744,7 @@ bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>& rDescrip
rFilter = "gnumeric";
return true;
}
+#if 0
else if (aURL.endsWith(".xlsx"))
{
rType = "generic_Text";
@@ -756,6 +757,7 @@ bool queryOrcusTypeAndFilter(const uno::Sequence<beans::PropertyValue>& rDescrip
rFilter = "ods";
return true;
}
+#endif
return false;
}