diff options
author | Andras Timar <atimar@suse.com> | 2013-06-23 22:31:36 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-23 22:33:32 +0200 |
commit | 88c1756f1714af773129514d44c84cb7dbd7ee18 (patch) | |
tree | 9831f1c36e74f0cdc9f6dd5481fae7095b2d7dfa | |
parent | 9052caae53ef6ec7eeab20f1ac56bd6310b4451b (diff) |
ExtendedColorScheme.xcu is localizable
Change-Id: I566f50761478b9e18a47a460834258902a905b82
-rw-r--r-- | officecfg/Configuration_officecfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk index dc8a77c4d817..89579778b959 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -34,7 +34,6 @@ $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/Office/Calc.xcu \ org/openoffice/Office/Canvas.xcu \ org/openoffice/Office/Compatibility.xcu \ - org/openoffice/Office/ExtendedColorScheme.xcu \ org/openoffice/Office/ExtensionDependencies.xcu \ org/openoffice/Office/ExtensionManager.xcu \ org/openoffice/Office/Impress.xcu \ @@ -143,6 +142,7 @@ $(eval $(call gb_Configuration_add_localized_datas,registry,officecfg/registry/d org/openoffice/Office/TableWizard.xcu \ org/openoffice/Office/UI.xcu \ org/openoffice/Office/Embedding.xcu \ + org/openoffice/Office/ExtendedColorScheme.xcu \ org/openoffice/Office/WebWizard.xcu \ org/openoffice/Office/FormWizard.xcu \ org/openoffice/Office/Writer.xcu \ |