X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxgluelength.h;h=ea7bfb62a778fc0a64efdf2a57907aa74ae4f074;hb=7338f3b980d4dc5793ff80be814b7a74e1c72274;hp=8cd08966e4d4be3429e22eb5851b766f42b3ee1b;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/lyxgluelength.h b/src/lyxgluelength.h index 8cd08966e4..ea7bfb62a7 100644 --- a/src/lyxgluelength.h +++ b/src/lyxgluelength.h @@ -1,13 +1,16 @@ // -*- C++ -*- /** * \file lyxgluelength.h - * Copyright 1995-2002 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * + * \author Lars Gullik Bjønnes * \author Matthias Ettrich + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. */ - #ifndef LYX_GLUE_LENGTH_H #define LYX_GLUE_LENGTH_H @@ -48,11 +51,8 @@ public: /// string const asLatexString() const; - - /** If "data" is valid, the length represented by it is - stored into "result", if that is not 0. */ friend bool isValidGlueLength(string const & data, - LyXGlueLength* result = 0); + LyXGlueLength* result); private: /// the normal vlaue @@ -67,7 +67,8 @@ private: bool operator==(LyXGlueLength const & l1, LyXGlueLength const & l2); /// bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2); -/// -bool isValidGlueLength(string const & data, LyXGlueLength * result); +/** If "data" is valid, the length represented by it is + stored into "result", if that is not 0. */ +bool isValidGlueLength(string const & data, LyXGlueLength * result = 0); #endif // LYXGLUELENGTH_H