diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-18 23:39:01 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-23 06:25:31 +0100 |
commit | 1e6ad2af4bfd14f96926cd976fb2edb626de3d10 (patch) | |
tree | 9d18cdf852b16df705409bdf417c8a4a975c5fef /sc/Library_sc.mk | |
parent | 3224ddaf1a2039e19f3acdb74cf61a973da343b1 (diff) |
ManageNames: restructure the code
move namepast.cxx to namedlg
namedefdlg is "modeless"(only in technical sense) and needs to be in sc
while namepast is modal and needs to be in scui
move the table implementation to an own file, we can reuse it for
namepast.cxx
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index afa9835c35aa..ce7e0c7485e7 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -402,7 +402,9 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/miscdlgs/solvrdlg \ sc/source/ui/miscdlgs/tabopdlg \ sc/source/ui/miscdlgs/warnbox \ + sc/source/ui/namedlg/namedefdlg \ sc/source/ui/namedlg/namedlg \ + sc/source/ui/namedlg/namemgrtable \ sc/source/ui/navipi/content \ sc/source/ui/navipi/navcitem \ sc/source/ui/navipi/navipi \ |