]> git.lyx.org Git - features.git/commitdiff
missed
authorJohn Levon <levon@movementarian.org>
Fri, 6 Sep 2002 01:41:14 +0000 (01:41 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 6 Sep 2002 01:41:14 +0000 (01:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5215 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlMath.C

index 833cf6086c5ae0c88cb075b9351832bdb2115c5b..d0cf5d48088281315ab680141e50bd6c95e69cc2 100644 (file)
@@ -22,6 +22,12 @@ char const * function_names[] = {
 
 int const nr_function_names = sizeof(function_names) / sizeof(char const *) - 1;
 
+char const * latex_dots[] = {
+       "ldots", "cdots", "vdots", "ddots", ""
+};
+
+int const nr_latex_dots = sizeof(latex_dots) / sizeof(char const *) - 1;
+
 char const * latex_arrow[] = {
        "downarrow", "leftarrow", "Downarrow", "Leftarrow",
        "hookleftarrow", "rightarrow", "uparrow", "Rightarrow", "Uparrow",
@@ -62,12 +68,6 @@ char const * latex_brel[] = {
 
 int const nr_latex_brel = sizeof(latex_brel) / sizeof(char const *);
 
-char const * latex_dots[] = {
-       "ldots", "cdots", "vdots", "ddots"
-};
-
-int const nr_latex_dots = sizeof(latex_dots) / sizeof(char const *);
-
 char const * latex_greek[] = {
        "Gamma", "Delta", "Theta", "Lambda", "Xi", "Pi",
        "Sigma", "Upsilon", "Phi", "Psi", "Omega",