diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-30 23:40:52 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-09-01 14:48:48 -0400 |
commit | 547f4fec93a023ff244e3bf509baf4b8001effa0 (patch) | |
tree | bb77beb1224c111fe9eef04cd4300a187906323e /sc/Library_sc.mk | |
parent | 4bc3a58a648f6c0ce95b4eb41f2cbf46175629ed (diff) |
First step toward showing mis-spelled words without modifying cells.
There are still tons of problems to fix.
Change-Id: Icae6e3d2c9b8b2266724d8d068abbab8acae96da
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 1ef9a82ea717..3c06eafaeffd 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -592,6 +592,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/view/selectionstate \ sc/source/ui/view/spelldialog \ sc/source/ui/view/spelleng \ + sc/source/ui/view/spellcheckcontext \ sc/source/ui/view/tabcont \ sc/source/ui/view/tabsplit \ sc/source/ui/view/tabview \ |