From e0108fa4fc954f39ef56b841dceb6a2d27d5618c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Oct 2014 12:51:33 +0100 Subject: make Korean ReplaceSingleQuote the same as everyone else I can find no evidence that Korean out of all languages on earth needs a different default for ReplaceSingleQuote This appeared in commit e9f10288e0e5f2519ff3da1e2de2c20a99fd9779 Date: Mon Jul 5 12:32:15 2004 +0000 2004/06/07 18:46:25 jb 1.14.78.1: #i25937# Add module settings (migrated from scp2) to xcu source files but that's a migration of the original GID_CONFIGURATIONITEM_SWRITER_KOREAN_ENABLE_SINGLEQUOTE which existed in the original scp (pre scp2) and appeared between OpenOffice.org 1.0 and 1.1.5, but the cvs repos to explain all that are long dead and there is no sign of a bug in a bugzilla query, so it suggests this was an internal StarOffice thing. Change-Id: I14dfe75d28d3ec5a68b262f768c7dbe73e94131d --- postprocess/CustomTarget_registry.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'postprocess/CustomTarget_registry.mk') diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 878be8d91ac7..a568832027b7 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -27,7 +27,6 @@ postprocess_XCDS := \ draw.xcd \ graphicfilter.xcd \ impress.xcd \ - korea.xcd \ librelogo.xcd \ lingucomponent.xcd \ main.xcd \ @@ -113,10 +112,6 @@ postprocess_FILES_librelogo := \ $(postprocess_MOD)/org/openoffice/Office/Addons-librelogo.xcu \ $(postprocess_MOD)/org/openoffice/Office/UI/WriterWindowState-librelogo.xcu -postprocess_DEPS_korea := main -postprocess_FILES_korea := \ - $(postprocess_MOD)/org/openoffice/Office/Common-korea.xcu - postprocess_DEPS_lingucomponent := main postprocess_FILES_lingucomponent := \ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \ -- cgit