diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-01 17:01:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-01 18:03:37 +0200 |
commit | 041d2b88a473cc7ba9b68113f7642dd8417369e4 (patch) | |
tree | d4ca7d25d8c0e9684c08959fce5245ee15d0c6cf /officecfg | |
parent | 664594651b2f61b671a05913faf958d6575a598d (diff) |
filter config: stop replacing %productname% / %formatversion%
... at runtime. Hard-code these to OpenOffice.org 1.0, since nobody
will ever build a "StarOffice" or "StarSuite" any more.
Change-Id: I1785dea8dfd15a9384f9fecd92935a6043d995bc
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/TypeDetection/Filter.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/TypeDetection/Filter.xcu b/officecfg/registry/data/org/openoffice/TypeDetection/Filter.xcu index 9c4032773775..973d2e1ff75c 100644 --- a/officecfg/registry/data/org/openoffice/TypeDetection/Filter.xcu +++ b/officecfg/registry/data/org/openoffice/TypeDetection/Filter.xcu @@ -59,7 +59,7 @@ <value>com.sun.star.chart2.ChartDocument</value> </prop> <prop oor:name="UIName"> - <value xml:lang="en-US">%productname% %formatversion% Report Chart</value> + <value xml:lang="en-US">OpenOffice.org 1.0 Report Chart</value> </prop> </node> </node> |