diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-25 13:04:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-26 10:59:26 +0200 |
commit | 8d09602d3382596facd716d8261a83d6883aa734 (patch) | |
tree | a1f94264843c7ae414c7c33cfac21278058fb103 /officecfg | |
parent | 9739749ba8da87001b73027136f120ef532f0b2b (diff) |
identify tab pages by name for save/storing active tab
Change-Id: Id66f8ff62ed08724702572f457b9fc857d567e89
Reviewed-on: https://gerrit.libreoffice.org/53465
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Views.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Views.xcs b/officecfg/registry/schema/org/openoffice/Office/Views.xcs index 63524a1d3815..a5e1998c090f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Views.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Views.xcs @@ -46,7 +46,7 @@ <desc>Includes information (position,size, and states) about the used vcl window.</desc> </info> </prop> - <prop oor:name="PageID" oor:type="xs:int"> + <prop oor:name="PageID" oor:type="xs:string"> <info> <desc>Represents the number of an active tab page inside a dialog.</desc> </info> |