mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
compiler warning/tiny whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4468 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4d59d00ad4
commit
de48d23893
@ -1,3 +1,10 @@
|
||||
|
||||
2002-05-28 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* insetfloatlist.h: remove source of compiler warning
|
||||
|
||||
* insetref.C: tiny whitespace
|
||||
|
||||
2002-06-15 Herbert Voss <voss@perce.de>
|
||||
|
||||
* insetgraphics.C: (prepareFile) fix bug with zipped eps-files
|
||||
|
@ -51,7 +51,7 @@ public:
|
||||
///
|
||||
int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
|
||||
///
|
||||
int docbook(Buffer const *, std::ostream &, bool mixcont) const { return 0; }
|
||||
int docbook(Buffer const *, std::ostream &, bool) const { return 0; }
|
||||
///
|
||||
int ascii(Buffer const *, std::ostream &, int linelen) const;
|
||||
///
|
||||
|
@ -106,6 +106,7 @@ void InsetRef::validate(LaTeXFeatures & features) const
|
||||
features.require("prettyref");
|
||||
}
|
||||
|
||||
|
||||
InsetRef::type_info InsetRef::types[] = {
|
||||
{ "ref", N_("Standard"), N_("Ref: ")},
|
||||
{ "pageref", N_("Page Number"), N_("Page: ")},
|
||||
|
Loading…
x
Reference in New Issue
Block a user