diff options
author | Eike Rathke <erack@redhat.com> | 2013-10-28 22:46:01 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-10-28 23:04:08 +0100 |
commit | 20e0afa76087e20f95247406d265a122263a8c6f (patch) | |
tree | 4bd3ab21212c8ddead9fb273b60637ebd6da0e06 /sc/util | |
parent | 60a32377be9f1d4ff2cca6861132b8a45c6090e6 (diff) |
resolved fdo#56209 reviving FilterFormulaParser
First it was moved from oox to sc without carrying over the component
factory bits, then subsequent commits removed the remaining bits in
steps as it appeared to be unused:
8ada1cd2846e5e60ad63250c68ddea3a9356546f
887d7945addeb823e0d3f783609c4e79d92ad4a7
effda59a12cedd3cf200d2e9f5186a623b0855bb
f2fd2a66ee827024b31a310d67804cb7cb18d2da
Change-Id: I445b11c95daff6f30b3654936d0f22a113158f97
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/scfilt.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component index 141443504ac4..c4b37285877e 100644 --- a/sc/util/scfilt.component +++ b/sc/util/scfilt.component @@ -23,4 +23,7 @@ <service name="com.sun.star.document.ImportFilter"/> <service name="com.sun.star.document.ExportFilter"/> </implementation> + <implementation name="com.sun.star.comp.oox.xls.FormulaParser"> + <service name="com.sun.star.sheet.FilterFormulaParser"/> + </implementation> </component> |