diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-07-11 17:20:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-07-14 16:15:41 +0200 |
commit | 771416c171eaae615670c4399b2d2533ed95f9b4 (patch) | |
tree | 1f3b1a0783c73fa9af72b0155ace471c5c6b992f | |
parent | deb989dd6d1f86e74864131be50ed92d8d43768c (diff) |
there is no "FormularProperties", math is called "FormulaProperties"
Change-Id: Id44ec98c5f2588918ee6253df9accc9d8ea94ab8
-rw-r--r-- | dbaccess/source/ui/browser/genericcontroller.cxx | 2 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI.xcu | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index 209b50c7d8f9..9ce77d3666c6 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -1150,7 +1150,7 @@ namespace "com.sun.star.sheet.SpreadsheetDocument", "scalc", "com.sun.star.presentation.PresentationDocument", "simpress", "com.sun.star.drawing.DrawingDocument", "sdraw", - "com.sun.star.formula.FormularProperties", "smath", + "com.sun.star.formula.FormulaProperties", "smath", "com.sun.star.chart.ChartDocument", "schart" }; OSL_ENSURE( SAL_N_ELEMENTS( pTransTable ) % 2 == 0, diff --git a/officecfg/registry/data/org/openoffice/Office/UI.xcu b/officecfg/registry/data/org/openoffice/Office/UI.xcu index 626b30205466..f382bf295e74 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI.xcu @@ -69,7 +69,7 @@ <value oor:separator=";">writer_globaldocument_StarOffice_XML_Writer_GlobalDocument;writerglobal8</value> </prop> </node> - <node oor:name="com.sun.star.formula.FormularProperties" oor:op="replace"> + <node oor:name="com.sun.star.formula.FormulaProperties" oor:op="replace"> <prop oor:name="DisplayName"> <value xml:lang="en-US">Formulas</value> </prop> diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 80dbc0a74822..bb3d53ca5266 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -581,7 +581,7 @@ <info> <desc>List specifying the order of the global filters within their group.</desc> </info> - <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormularProperties;com.sun.star.sdb.OfficeDatabaseDocument</value> + <value oor:separator=";">com.sun.star.text.TextDocument;com.sun.star.sheet.SpreadsheetDocument;com.sun.star.presentation.PresentationDocument;com.sun.star.drawing.DrawingDocument;com.sun.star.text.WebDocument;com.sun.star.text.GlobalDocument;com.sun.star.formula.FormulaProperties;com.sun.star.sdb.OfficeDatabaseDocument</value> </prop> <set oor:name="Classes" oor:node-type="FilterClass"> <info> |