1.17.3 AMS Starred

<..configure ooffice-mml amsmath..>+
 \Configure{equation*}
   {\ifvmode \IgnorePar\fi \EndP
    <.equation-star start table.>%
    <.disp math within equation.>%
    \IgnorePar
   }
   {\ifvmode \IgnorePar\fi\EndP
    <.equation-star end table.>%
    \IgnoreIndent\par}
-_-_-

<..equation-star start table..>
 \HCode{<text:p text:style-name="display-math">}%
-_-_-

<..equation-star end table..>
 \HCode{</text:p>}%
-_-_-

<..configure ooffice-mml amsmath..>+
 \ConfigureEnv{align}
   {\ifmathml\else
      \ifvmode \IgnorePar\fi \EndP
      \IgnorePar
      \HCode{<text:p text:style-name="display-math">}%
    \fi
   }
   {\ifmathml\else
      \ifvmode \IgnorePar\fi\EndP
      \HCode{</text:p>}%
      \IgnoreIndent\par
    \fi
   }
   {} {}
-_-_-

<..configure ooffice-mml amsmath..>+
 \ConfigureEnv{align*}
   {\ifmathml\else
      \ifvmode \IgnorePar\fi \EndP
      \IgnorePar
      \HCode{<text:p text:style-name="display-math">}%
    \fi
   }
   {\ifmathml\else
      \ifvmode \IgnorePar\fi\EndP
      \HCode{</text:p>}%
      \IgnoreIndent\par
    \fi
   }
   {} {}
-_-_-