Kaydet (Commit) e0108fa4 authored tarafından Caolán McNamara's avatar Caolán McNamara

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 e9f10288
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
üst 7fd9b826
...@@ -94,7 +94,6 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat ...@@ -94,7 +94,6 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat
org/openoffice/Office/Common-cjk.xcu \ org/openoffice/Office/Common-cjk.xcu \
org/openoffice/Office/Common-ctl.xcu \ org/openoffice/Office/Common-ctl.xcu \
org/openoffice/Office/Common-ctlseqcheck.xcu \ org/openoffice/Office/Common-ctlseqcheck.xcu \
org/openoffice/Office/Common-korea.xcu \
org/openoffice/Office/DataAccess-evoab2.xcu \ org/openoffice/Office/DataAccess-evoab2.xcu \
org/openoffice/Office/DataAccess-reportbuilder.xcu \ org/openoffice/Office/DataAccess-reportbuilder.xcu \
org/openoffice/Office/Paths-macosx.xcu \ org/openoffice/Office/Paths-macosx.xcu \
......
...@@ -139,11 +139,6 @@ ...@@ -139,11 +139,6 @@
<value>${DICT_REPO_URL}</value> <value>${DICT_REPO_URL}</value>
</prop> </prop>
</node> </node>
<node oor:name="AutoCorrect">
<prop oor:name="ReplaceSingleQuote" install:module="korea">
<value>true</value>
</prop>
</node>
<node oor:name="I18N"> <node oor:name="I18N">
<node oor:name="CTL"> <node oor:name="CTL">
<prop oor:name="CTLFont" install:module="ctl"> <prop oor:name="CTLFont" install:module="ctl">
......
...@@ -27,7 +27,6 @@ postprocess_XCDS := \ ...@@ -27,7 +27,6 @@ postprocess_XCDS := \
draw.xcd \ draw.xcd \
graphicfilter.xcd \ graphicfilter.xcd \
impress.xcd \ impress.xcd \
korea.xcd \
librelogo.xcd \ librelogo.xcd \
lingucomponent.xcd \ lingucomponent.xcd \
main.xcd \ main.xcd \
...@@ -113,10 +112,6 @@ postprocess_FILES_librelogo := \ ...@@ -113,10 +112,6 @@ postprocess_FILES_librelogo := \
$(postprocess_MOD)/org/openoffice/Office/Addons-librelogo.xcu \ $(postprocess_MOD)/org/openoffice/Office/Addons-librelogo.xcu \
$(postprocess_MOD)/org/openoffice/Office/UI/WriterWindowState-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_DEPS_lingucomponent := main
postprocess_FILES_lingucomponent := \ postprocess_FILES_lingucomponent := \
$(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \ $(SRCDIR)/lingucomponent/config/Linguistic-lingucomponent-hyphenator.xcu \
......
...@@ -104,7 +104,6 @@ Module gid_Module_Langpack_Brand_Template ...@@ -104,7 +104,6 @@ Module gid_Module_Langpack_Brand_Template
gid_Brand_Dir_Readme); gid_Brand_Dir_Readme);
Files = (gid_Brand_File_Readme_Readme, Files = (gid_Brand_File_Readme_Readme,
gid_Brand_File_Share_Registry_Cjk_Xcd, gid_Brand_File_Share_Registry_Cjk_Xcd,
gid_Brand_File_Share_Registry_Korea_Xcd,
gid_Brand_File_Txt_Readme); gid_Brand_File_Txt_Readme);
End End
...@@ -621,13 +620,6 @@ File gid_Brand_File_Share_Registry_Cjk_Xcd ...@@ -621,13 +620,6 @@ File gid_Brand_File_Share_Registry_Cjk_Xcd
Name (zh-TW) = "cjk.xcd"; Name (zh-TW) = "cjk.xcd";
End End
File gid_Brand_File_Share_Registry_Korea_Xcd
TXT_FILE_BODY;
Styles = (PACKED);
Dir = gid_Brand_Dir_Share_Registry;
Name (ko) = "korea.xcd";
End
#if defined UNX && ! defined MACOSX #if defined UNX && ! defined MACOSX
File gid_Brand_File_Share_Xdg_Base File gid_Brand_File_Share_Xdg_Base
TXT_FILE_BODY; TXT_FILE_BODY;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment