mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
ws cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3803 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a654de29ea
commit
8283e978f8
@ -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.
|
||||
|
@ -249,4 +249,3 @@ void DepTable::read(string const & f)
|
||||
deplist[nome] = di;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,4 +71,3 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef __GNUG__
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#ifdef __GNUG__
|
||||
|
@ -80,4 +80,3 @@ int main() {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
|
@ -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>
|
||||
|
@ -57,4 +57,3 @@ GImage::getScaledDimensions(GParams const & params) const
|
||||
return std::make_pair(width, height);
|
||||
}
|
||||
} // namespace grfx
|
||||
|
||||
|
@ -37,4 +37,3 @@ void MenuInsertLabel(BufferView * bv, string const & arg);
|
||||
///
|
||||
void Reconfigure(BufferView * bv);
|
||||
#endif
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
||||
|
@ -307,4 +307,3 @@ SearchResult SearchBackward(BufferView * bv, LyXText * text,
|
||||
return SR_NOT_FOUND;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2057,4 +2057,3 @@ void LyXFunc::initMiniBuffer()
|
||||
|
||||
owner->message(text);
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
/* This file is part of
|
||||
* ======================================================
|
||||
*
|
||||
|
@ -210,4 +210,3 @@ bool operator!=(LyXLength const & l1, LyXLength const & l2)
|
||||
{
|
||||
return !(l1 == l2);
|
||||
}
|
||||
|
||||
|
@ -282,4 +282,3 @@ void CloseLyXLookup()
|
||||
}
|
||||
|
||||
#endif // HAVE_XOPENIM
|
||||
|
||||
|
@ -547,4 +547,3 @@ void LyXServer::notifyClient(string const & s)
|
||||
string buf = string("NOTIFY:") + s + "\n";
|
||||
pipes.send(buf);
|
||||
}
|
||||
|
||||
|
@ -47,4 +47,3 @@ class SpellBase
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -77,5 +77,3 @@ class ISpell : public SpellBase
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -61,5 +61,3 @@ class PSpell : public SpellBase
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -105,4 +105,3 @@ string const DoAccent(char c, tex_accent accent)
|
||||
{
|
||||
return DoAccent(tostr(c), accent);
|
||||
}
|
||||
|
||||
|
@ -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", ""};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user