X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.C;h=9fac9fc92585586c29fb71dea0af98587117ee49;hb=e3188e8869e8ee1821b4db444b4a82e101ae28f5;hp=520da4ba22b003ebcb4d355d0314be74805dee39;hpb=bc56bb9ffadbdf457153547851986cf867d22aa1;p=lyx.git diff --git a/src/factory.C b/src/factory.C index 520da4ba22..9fac9fc925 100644 --- a/src/factory.C +++ b/src/factory.C @@ -1,3 +1,14 @@ +/** + * \file factory.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS + */ + +#include #include "funcrequest.h" #include "bufferparams.h" @@ -114,7 +125,7 @@ Inset * createInset(FuncRequest const & cmd) } return 0; - case LFUN_INDEX_PRINT: + case LFUN_INDEX_PRINT: return new InsetPrintIndex(InsetCommandParams("printindex")); case LFUN_TOC_INSERT: @@ -144,5 +155,3 @@ Inset * createInset(FuncRequest const & cmd) } return 0; } - -