diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-19 11:10:32 +0200 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-09-19 11:14:31 +0200 |
commit | 4cce7027a6e700a6a7392b806c3d059172268f6d (patch) | |
tree | d58c08f96fbee340e29e170faa50c50a04b138f6 /officecfg | |
parent | 88303a8303d35dd927c051811af869568dd7c838 (diff) |
Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.
Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/Configuration_officecfg.mk | 2 | ||||
-rw-r--r-- | officecfg/registry/files.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk index 89b62030fd68..7f823b8690f6 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -121,7 +121,7 @@ $(eval $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ ifeq ($(ENABLE_SDREMOTE),YES) $(eval $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ - org/openoffice/Office/Impress-sdremote.xcs \ + org/openoffice/Office/ImpressSdRemote.xcs \ )) endif diff --git a/officecfg/registry/files.mk b/officecfg/registry/files.mk index 5e93fb486efa..257ead3a5f0b 100644 --- a/officecfg/registry/files.mk +++ b/officecfg/registry/files.mk @@ -22,7 +22,7 @@ officecfg_FILES := \ Office/FormWizard \ Office/Histories \ Office/Impress \ - $(if $(filter YES,$(ENABLE_SDREMOTE)),Office/Impress-sdremote) \ + $(if $(filter YES,$(ENABLE_SDREMOTE)),Office/ImpressSdRemote) \ Office/Java \ Office/Jobs \ Office/Labels \ |