]> git.lyx.org Git - lyx.git/blobdiff - src/texoptions.C
more changes, read the Changelog
[lyx.git] / src / texoptions.C
index 8b9acc687c692fc70c2492b931946c8a52046487..c54e165ab5a152b94cd391d515d0554eaa8fdab2 100644 (file)
@@ -1,28 +1,27 @@
 /* This file is part of
-* ======================================================
+* ====================================================== 
 * 
 *           LyX, The Document Processor
 *
-*           Copyright (C) 1995 Matthias Ettrich
-*           Copyright (C) 1995-1998 The LyX Team.
+*           Copyright 1995 Matthias Ettrich
+*           Copyright 1995-2000 The LyX Team.
 *
-*           This file is Copyleft (C) 1996-1998
+*           This file is Copyleft 1996-2000
 *           Lars Gullik Bjønnes
 *
-*======================================================*/
+* ====================================================== */
 
 #include <config.h>
 #include FORMS_H_LOCATION
 #include "latexoptions.h"
-#include "lyx_cb.h"
 #include "lyx_main.h"
 #include "buffer.h"
 #include "BufferView.h"
 
-extern FD_LaTeXOptions *fd_latex_options;
-extern BufferView *current_view;
+extern FD_LaTeXOptions * fd_latex_options;
+extern BufferView * current_view;
 
-void LaTeXOptionsOK(FL_OBJECT *ob, long data)
+void LaTeXOptionsOK(FL_OBJECT * ob, long data)
 {
        LaTeXOptionsApply(ob, data);
        LaTeXOptionsCancel(ob, data);