diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-02 11:30:28 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-04 02:17:25 +0200 |
commit | 7d295975c51f198a0e6933f6e4c7d85dfa9e3c8f (patch) | |
tree | 6a7f945af0be9fbc77f3a8532e5be768301def5d /sc/Library_scui.mk | |
parent | 871111155e302ecaf245003bcd8357e294f8b268 (diff) |
add the cond format manager
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r-- | sc/Library_scui.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index bcde415a7544..3e1a08794716 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -62,6 +62,8 @@ $(eval $(call gb_Library_add_exception_objects,scui,\ sc/source/ui/cctrl/editfield \ sc/source/ui/condformat/colorformat \ sc/source/ui/condformat/condformatdlg \ + sc/source/ui/condformat/condformathelper \ + sc/source/ui/condformat/condformatmgr \ sc/source/ui/dbgui/dapidata \ sc/source/ui/dbgui/dapitype \ sc/source/ui/dbgui/dpgroupdlg \ |