X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathFactory.h;h=b6fdb5044a34aea6e3b2073194d76ca22b74f254;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=82515baeb82c0447f8fe2a76aed6332a4f8c300d;hpb=3e341497a8c2717ccd6b6be6ceaad0e050e09993;p=lyx.git diff --git a/src/mathed/MathFactory.h b/src/mathed/MathFactory.h index 82515baeb8..b6fdb5044a 100644 --- a/src/mathed/MathFactory.h +++ b/src/mathed/MathFactory.h @@ -24,8 +24,8 @@ class MathAtom; class MathData; -MathAtom createInsetMath(docstring const &); -MathAtom createInsetMath(char const * const); +MathAtom createInsetMath(docstring const &, Buffer * buf); +MathAtom createInsetMath(char const * const, Buffer * buf); /** Fills ar with the contents of str. * str is created by the frontend dialog's and returned to the LyX core. @@ -33,11 +33,6 @@ MathAtom createInsetMath(char const * const); */ bool createInsetMath_fromDialogStr(docstring const &, MathData &); -/** Tells whether the argument is an ascii character or is marked as - * mathalpha in the unicodesymbols file. - */ -bool isAsciiOrMathAlpha(char_type); - typedef std::map MathWordList; MathWordList const & mathedWordList();