diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-28 09:53:59 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-04-28 09:55:15 +0200 |
commit | d6904736b9a07b2a321add96be4857ba41a7f370 (patch) | |
tree | 7fd67f945210aa2da0e130c4ab1e48baeb4d6853 /officecfg | |
parent | d9de57dd2acc4719f846e908284ed81f09856098 (diff) |
fdo#67112 ReportCommands.xcu is localizable
Change-Id: I51db40b14ec138632d922c910f59cfe50d6b3f2f
Diffstat (limited to 'officecfg')
-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 d0a72398f30b..5f345b7fcf48 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -51,7 +51,6 @@ $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/Office/ReportDesign.xcu \ org/openoffice/Office/UI/Controller.xcu \ org/openoffice/Office/UI/Factories.xcu \ - org/openoffice/Office/UI/ReportCommands.xcu \ org/openoffice/TypeDetection/UISort.xcu \ org/openoffice/ucb/Configuration.xcu \ )) @@ -171,6 +170,7 @@ $(eval $(call gb_Configuration_add_localized_datas,registry,officecfg/registry/d org/openoffice/Office/UI/DrawWindowState.xcu \ org/openoffice/Office/UI/ImpressWindowState.xcu \ org/openoffice/Office/UI/MathWindowState.xcu \ + org/openoffice/Office/UI/ReportCommands.xcu \ org/openoffice/Office/UI/Sidebar.xcu \ org/openoffice/Office/UI/StartModuleWindowState.xcu \ org/openoffice/Office/UI/WriterWindowState.xcu \ |