diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-29 11:55:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-29 13:12:20 +0100 |
commit | 81c3c6f55baf47debf51f94a46f7b9d15d7b227a (patch) | |
tree | b051c524cff1fc09d83e9a004795ac14b0bcfe41 | |
parent | 048a25b4c89cb33bbdc72c0525418891c08a6acb (diff) |
New set members need oor:op="replace" to not be ignored.
-rw-r--r-- | filter/source/config/fragments/filters/impress_OOXML_Template_ui.xcu | 2 | ||||
-rw-r--r-- | filter/source/config/fragments/filters/impress_OOXML_ui.xcu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/config/fragments/filters/impress_OOXML_Template_ui.xcu b/filter/source/config/fragments/filters/impress_OOXML_Template_ui.xcu index f33346dcf28b..7ea802974faf 100644 --- a/filter/source/config/fragments/filters/impress_OOXML_Template_ui.xcu +++ b/filter/source/config/fragments/filters/impress_OOXML_Template_ui.xcu @@ -1,4 +1,4 @@ -<node oor:name="Office Open XML Presentation Template"> +<node oor:name="Office Open XML Presentation Template" oor:op="replace"> <prop oor:name="UIName"> <value xml:lang="en-US">Office Open XML Presentation Template</value> </prop> diff --git a/filter/source/config/fragments/filters/impress_OOXML_ui.xcu b/filter/source/config/fragments/filters/impress_OOXML_ui.xcu index cadc369f201a..7db8b477c849 100644 --- a/filter/source/config/fragments/filters/impress_OOXML_ui.xcu +++ b/filter/source/config/fragments/filters/impress_OOXML_ui.xcu @@ -1,4 +1,4 @@ -<node oor:name="Office Open XML Presentation"> +<node oor:name="Office Open XML Presentation" oor:op="replace"> <prop oor:name="UIName"> <value xml:lang="en-US">Office Open XML Presentation</value> </prop> |