summaryrefslogtreecommitdiff
path: root/sc/Library_scui.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-18 23:39:01 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-11-23 06:25:31 +0100
commit1e6ad2af4bfd14f96926cd976fb2edb626de3d10 (patch)
tree9d18cdf852b16df705409bdf417c8a4a975c5fef /sc/Library_scui.mk
parent3224ddaf1a2039e19f3acdb74cf61a973da343b1 (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_scui.mk')
-rw-r--r--sc/Library_scui.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk
index bd98b22fff13..ff791769ef52 100644
--- a/sc/Library_scui.mk
+++ b/sc/Library_scui.mk
@@ -94,13 +94,12 @@ $(eval $(call gb_Library_add_exception_objects,scui,\
sc/source/ui/miscdlgs/mtrindlg \
sc/source/ui/miscdlgs/mvtabdlg \
sc/source/ui/miscdlgs/namecrea \
- sc/source/ui/miscdlgs/namepast \
sc/source/ui/miscdlgs/scuiautofmt \
sc/source/ui/miscdlgs/shtabdlg \
sc/source/ui/miscdlgs/strindlg \
sc/source/ui/miscdlgs/tabbgcolordlg \
sc/source/ui/miscdlgs/textdlgs \
- sc/source/ui/namedlg/namedefdlg \
+ sc/source/ui/namedlg/namepast \
sc/source/ui/optdlg/opredlin \
sc/source/ui/optdlg/tpcalc \
sc/source/ui/optdlg/tpcompatibility \