diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-27 10:41:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 06:41:43 +0000 |
commit | b3549aacabffad3c4c66d901938d59e4789eef22 (patch) | |
tree | fe5c25c19b0359d84edf976e4d5e150ccb7dbd74 /sc/sdi | |
parent | 2fc5ef74c5200bdb82cdbbc812d7ac05a9a489dd (diff) |
remove unused interfaces from sdi files
Change-Id: I69e880e348372b3695b14efd4928f38f29bda37e
Reviewed-on: https://gerrit.libreoffice.org/35747
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/cellsh.sdi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi index c4c484cdc559..3d36d479b145 100644 --- a/sc/sdi/cellsh.sdi +++ b/sc/sdi/cellsh.sdi @@ -413,14 +413,6 @@ interface CellMovement } -interface RangeSelection -{ - import CellSelection; - import FormatForSelection; - import TableFont ".Font"; - import BaseSelection; -} - interface Cell { import CellSelection; |