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:
André Pönitz 2002-06-24 17:26:15 +00:00
parent 4d59d00ad4
commit de48d23893
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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;
///

View File

@ -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: ")},