summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-07-11 17:20:33 +0200
committerMichael Stahl <mstahl@redhat.com>2016-07-14 16:15:41 +0200
commit771416c171eaae615670c4399b2d2533ed95f9b4 (patch)
tree1f3b1a0783c73fa9af72b0155ace471c5c6b992f /dbaccess
parentdeb989dd6d1f86e74864131be50ed92d8d43768c (diff)
there is no "FormularProperties", math is called "FormulaProperties"
Change-Id: Id44ec98c5f2588918ee6253df9accc9d8ea94ab8
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx2
1 files changed, 1 insertions, 1 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,