diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-12-26 21:21:22 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2013-12-27 07:14:57 +0100 |
commit | d1c74734c8d9026b0f0c03f7382ca60165cec8c6 (patch) | |
tree | 59b36bab691b842e6a1871328ff77be6a3902644 /cui | |
parent | bbee59851329142cdad62120ac02af922697e99f (diff) |
Transex3: NO_LOCALIZE_EXPORT
In the past, NO_LOCALIZE_EXPORT macro must be used to
skip uneeded parsing of src files which has no localizable content.
It is unsued by now and it is more effective to handle
this files on gmake level:
gb_SrsTarget_add_nonlocalizable_files
gb_SrsTarget_add_nonlocalizable_templates
Plus remove some empty src file.
Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
Diffstat (limited to 'cui')
-rw-r--r-- | cui/AllLangResTarget_cui.mk | 5 | ||||
-rw-r--r-- | cui/source/dialogs/cuiimapdlg.src | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/cui/AllLangResTarget_cui.mk b/cui/AllLangResTarget_cui.mk index 4819ae864608..4db5d6da0c7f 100644 --- a/cui/AllLangResTarget_cui.mk +++ b/cui/AllLangResTarget_cui.mk @@ -55,7 +55,6 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\ cui/source/options/optlingu.src \ cui/source/options/optpath.src \ cui/source/options/treeopt.src \ - cui/source/tabpages/align.src \ cui/source/tabpages/autocdlg.src \ cui/source/tabpages/border.src \ cui/source/tabpages/dstribut.src \ @@ -67,4 +66,8 @@ $(eval $(call gb_SrsTarget_add_files,cui/res,\ cui/source/tabpages/strings.src \ )) +$(eval $(call gb_SrsTarget_add_nonlocalizable_files,cui/res,\ + cui/source/tabpages/align.src \ +)) + # vim: set noet sw=4 ts=4: diff --git a/cui/source/dialogs/cuiimapdlg.src b/cui/source/dialogs/cuiimapdlg.src deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/cui/source/dialogs/cuiimapdlg.src +++ /dev/null |