ws cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3803 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-21 17:27:08 +00:00
parent a654de29ea
commit 8283e978f8
197 changed files with 3762 additions and 3783 deletions

View File

@ -1,5 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
* buffer.[Ch]: ws changes
* Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.

View File

@ -249,4 +249,3 @@ void DepTable::read(string const & f)
deplist[nome] = di;
}
}

View File

@ -71,4 +71,3 @@ private:
};
#endif

View File

@ -1,4 +1,3 @@
/* This file is part of
* ======================================================
*

View File

@ -1,4 +1,3 @@
#include <config.h>
#ifdef __GNUG__

View File

@ -1,4 +1,3 @@
#include <config.h>
#ifdef __GNUG__

View File

@ -80,4 +80,3 @@ int main() {
}
#endif

View File

@ -1,4 +1,3 @@
/* This file is part of
* ======================================================
*

View File

@ -1,5 +1,7 @@
2002-03-21 Lars Gullik Bjønnes <larsbj@birdstep.com>
* most files: ws cleanup
* Makefile.am: remove ld -r stuff
2002-03-20 Lars Gullik Bjønnes <larsbj@birdstep.com>

View File

@ -57,4 +57,3 @@ GImage::getScaledDimensions(GParams const & params) const
return std::make_pair(width, height);
}
} // namespace grfx

View File

@ -37,4 +37,3 @@ void MenuInsertLabel(BufferView * bv, string const & arg);
///
void Reconfigure(BufferView * bv);
#endif

View File

@ -125,5 +125,3 @@ string const binom_def =
string const mathcircumflex_def =
"%% For printing a cirumflex inside a formula\n"
"\\newcommand{\\mathcircumflex}[0]{\\mbox{\\^{}}}\n";

View File

@ -307,4 +307,3 @@ SearchResult SearchBackward(BufferView * bv, LyXText * text,
return SR_NOT_FOUND;
}
}

View File

@ -2057,4 +2057,3 @@ void LyXFunc::initMiniBuffer()
owner->message(text);
}

View File

@ -1,4 +1,3 @@
/* This file is part of
* ======================================================
*

View File

@ -210,4 +210,3 @@ bool operator!=(LyXLength const & l1, LyXLength const & l2)
{
return !(l1 == l2);
}

View File

@ -282,4 +282,3 @@ void CloseLyXLookup()
}
#endif // HAVE_XOPENIM

View File

@ -547,4 +547,3 @@ void LyXServer::notifyClient(string const & s)
string buf = string("NOTIFY:") + s + "\n";
pipes.send(buf);
}

View File

@ -47,4 +47,3 @@ class SpellBase
};
#endif

View File

@ -77,5 +77,3 @@ class ISpell : public SpellBase
};
#endif

View File

@ -61,5 +61,3 @@ class PSpell : public SpellBase
};
#endif

View File

@ -105,4 +105,3 @@ string const DoAccent(char c, tex_accent accent)
{
return DoAccent(tostr(c), accent);
}

View File

@ -64,5 +64,3 @@ char const * tex_graphics[] = {"default", "dvips", "dvitops", "emtex",
char const * tex_fonts[] = {"default", "ae", "pslatex", "times", "palatino",
"helvet", "avant", "newcent", "bookman", ""};