whitespace changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2902 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-19 15:20:22 +00:00
parent 8488e475a6
commit 0f3b5ab991
3 changed files with 7 additions and 7 deletions

View File

@ -96,7 +96,7 @@ bool MathArray::empty() const
{
return bf_.empty();
}
MathArray::size_type MathArray::size() const
{

View File

@ -193,8 +193,8 @@ void MathInset::idxDeleteRange(idx_type, idx_type)
void MathInset::getXY(int & x, int & y) const
{
x = xo();
y = yo();
x = xo();
y = yo();
}

View File

@ -77,7 +77,7 @@ void MathMacroTable::builtinMacros()
built = true;
//lyxerr[Debug::MATHED] << "Building macros\n";
D
//create("emptyset", 0, "\\not0");
create("notin", 0, "\\not\\in");
create("slash", 0, "/");
@ -139,7 +139,7 @@ void MathMacroTable::builtinMacros()
create("gggtr", 0, "\\ggg");
}
//create("lint", 4, "\\int_#1^#2#3 d#4");
//create("silentmult", 0, "\\cdot");
//create("binom", 2, "\\left(\\frac#1#2\\right)");
//create("lint", 4, "\\int_#1^#2#3 d#4");
//create("silentmult", 0, "\\cdot");
//create("binom", 2, "\\left(\\frac#1#2\\right)");
}