diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-09 15:20:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-09 18:17:57 +0100 |
commit | 5b2cb8355119e0bf08644c325ca44d07824c7420 (patch) | |
tree | ad13f26fe61a8393d7f92799bee5690054e8c3fa /officecfg/registry/data | |
parent | 53803537d5b89fb19c33bf6661363acbc97463a7 (diff) |
replace last slot:FOO in officecfg
we are still promoting slot: in the odk example though
Change-Id: I5e7fb33799b39f5709d0341ff145fee9e28ebbf0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107494
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg/registry/data')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index cb53de0292a5..d6b8dfa96857 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -343,7 +343,7 @@ </node> <node oor:name="m14" oor:op="replace" install:module="base"> <prop oor:name="URL" oor:type="xs:string"> - <value>slot:10934</value> + <value>.uno:AutoPilotAddressDataSource</value> </prop> <prop oor:name="Title"> <value xml:lang="en-US">Address Data Source...</value> |