]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlError.C
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlError.C
index c93213327b4ee7214c4e207fe961a5eb93bf56db..c2fddcb5c70044cbba5c4a71e47a271a9b49b78f 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
 #include "buffer.h"
 #include "insets/inseterror.h"
 
+
 ControlError::ControlError(LyXView & lv, Dialogs & d)
        : ControlInset<InsetError, string>(lv, d)
 {
        d_.showError.connect(SigC::slot(this, &ControlError::showInset));
 }
 
+
 string const ControlError::getParams(InsetError const & inset)
 {
        return inset.getContents();