summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-04-08 17:11:45 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-04-08 17:11:45 +0200
commitaa1ca8afea58bf52e6011ff7a1405c04dac0345e (patch)
treedd16afbf520f422008d49d0aab3195db80e32d45
parent53932f011ee82cc0715b520064804749e52f285c (diff)
#i10000# special handling of Linguistic-ForceDefaultLanguage.xcu (fix by sb)
Notes
split repo tag: postprocess_ooo/DEV300_m76
-rw-r--r--postprocess/packregistry/makefile.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index 3f3dc26f123c..fe550fd1b1f3 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -316,7 +316,6 @@ MY_FILES_main += \
$(MY_MOD)/org/openoffice/Inet-wnt.xcu \
$(MY_MOD)/org/openoffice/Office/Accelerators-unxwnt.xcu \
$(MY_MOD)/org/openoffice/Office/Common-wnt.xcu \
- $(MY_MOD)/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu \
$(MY_MOD)/org/openoffice/Office/Paths-unxwnt.xcu
# Inet-wnt.xcu must come after Inet.xcu
.ELSE
@@ -470,6 +469,13 @@ MY_FILES_ogltrans = \
$(MY_MOD)/org/openoffice/Office/Impress-ogltrans.xcu
.END
+.IF "$(GUIBASE)" == "WIN"
+MX_XCDS += $(MISC)/forcedefaultlanguage.xcd
+MY_DEPS_forcedefaultlanguage = main
+MY_FILES_forcedefaultlanguage = \
+ $(MY_MOD)/org/openoffice/Office/Linguistic-ForceDefaultLanguage.xcu
+.END
+
.INCLUDE : settings.mk
.INCLUDE : target.mk