]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormVCLog.C
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormVCLog.C
index fc0eac28f7c0e0b0199fb7ab834f6af9668a318b..b9ccbe3d1ca93d1f488fa979f0e1c7aacca281c7 100644 (file)
@@ -1,20 +1,20 @@
-// -*- C++ -*-
 /* FormVCLog.C
  * (C) 2001 LyX Team
  * John Levon, moz@compsoc.man.ac.uk
  */
 
+#include <config.h>
+#include "Lsstream.h"
+
 #ifdef __GNUG__
 #pragma implementation
 #endif
 
-#include <config.h>
 #include "xformsBC.h"
 #include "ControlVCLog.h"
 #include "FormVCLog.h"
 #include "form_browser.h"
 #include "gettext.h"
-#include "Lsstream.h"
 
 FormVCLog::FormVCLog(ControlVCLog & c)
        : FormCB<ControlVCLog, FormBrowser>(c, _("Version Control Log"))
@@ -25,7 +25,7 @@ void FormVCLog::update()
 {
        fl_clear_browser(dialog_->browser);
 
-       std::stringstream ss;
+       stringstream ss;
  
        fl_add_browser_line(dialog_->browser,
                            controller().getVCLogFile(ss).str().c_str());