X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphParameters.h;h=3a7569624926e59d0f8c879b75a08d3bccadc65a;hb=0e8b1dc29a4d5acd01a0e6f4c12b1ccc5fb2c8da;hp=977049d202518be3c4731309abd50d8f713d2318;hpb=cd72af583f2bae976a782c98da1c90d9026618a6;p=lyx.git diff --git a/src/ParagraphParameters.h b/src/ParagraphParameters.h index 977049d202..3a75696249 100644 --- a/src/ParagraphParameters.h +++ b/src/ParagraphParameters.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Angus Leeming * \author John Levon * @@ -21,9 +21,6 @@ #include "support/types.h" #include "support/docstring.h" -#include -#include - namespace lyx { @@ -90,15 +87,14 @@ public: /// void apply(ParagraphParameters const & params, Layout const & layout); - /// - bool canApply(ParagraphParameters const & params, Layout const & layout); + // It would be nice to have a working version of this method, so that + // getStatus() could return information about what was possible. + // bool canApply(ParagraphParameters const & params, Layout const & layout) + // { return true; } /// write out the parameters to a stream void write(std::ostream & os) const; - //friend bool operator==(ParameterStruct const & ps1, - //ParameterStruct const & ps2); - private: /// Spacing spacing_;