diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-04 22:45:24 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-05 01:24:21 -0500 |
commit | ff59007adbaadddcf7411e15d9c24eaad32c985f (patch) | |
tree | fc7e4bede47c43fc1a9dbbb647fbd11c5c663556 /sc/util/scd.component | |
parent | 3405eb11dded8dc6c7e2463dfd83873d62528fbd (diff) |
Skeleton for new excel biff format detector service.
Not used yet.
Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508
Diffstat (limited to 'sc/util/scd.component')
-rw-r--r-- | sc/util/scd.component | 3 |
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> |