[Libreoffice-commits] core.git: dbaccess/source officecfg/registry
Michael Stahl
mstahl at redhat.com
Thu Jul 14 14:18:41 UTC 2016
dbaccess/source/ui/browser/genericcontroller.cxx | 2 +-
officecfg/registry/data/org/openoffice/Office/UI.xcu | 2 +-
officecfg/registry/schema/org/openoffice/Office/UI.xcs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 771416c171eaae615670c4399b2d2533ed95f9b4
Author: Michael Stahl <mstahl at redhat.com>
Date: Mon Jul 11 17:20:33 2016 +0200
there is no "FormularProperties", math is called "FormulaProperties"
Change-Id: Id44ec98c5f2588918ee6253df9accc9d8ea94ab8
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 209b50c..9ce77d3 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 626b302..f382bf2 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 80dbc0a..bb3d53c 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>
More information about the Libreoffice-commits
mailing list