summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-04 22:45:24 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-05 01:24:21 -0500
commitff59007adbaadddcf7411e15d9c24eaad32c985f (patch)
treefc7e4bede47c43fc1a9dbbb647fbd11c5c663556 /sc/util
parent3405eb11dded8dc6c7e2463dfd83873d62528fbd (diff)
Skeleton for new excel biff format detector service.
Not used yet. Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/scd.component3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/util/scd.component b/sc/util/scd.component
index 4ed09965e631..767429abeeff 100644
--- a/sc/util/scd.component
+++ b/sc/util/scd.component
@@ -22,4 +22,7 @@
<implementation name="com.sun.star.comp.calc.FormatDetector">
<service name="com.sun.star.frame.ExtendedTypeDetection"/>
</implementation>
+ <implementation name="com.sun.star.comp.calc.ExcelBiffFormatDetector">
+ <service name="com.sun.star.frame.ExtendedTypeDetection"/>
+ </implementation>
</component>