]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormToc.h
ws cleanup
[lyx.git] / src / frontends / gnome / FormToc.h
index 562f5af5454bef76a6603e78aacea8532fa0c83f..088802af623ec768acdb7d33967e76ca60f5e93d 100644 (file)
@@ -4,7 +4,7 @@
 // #if 0
 // // -*- C++ -*-
 // /* This file is part of
-//  * ====================================================== 
+//  * ======================================================
 //  *
 //  *           LyX, The Document Processor
 //  *
@@ -42,9 +42,9 @@
 //   void createInset( string const & );
 //   /// Slot launching dialog to an existing inset
 //   void showInset( InsetCommand * const );
-  
+
 //   /// Update dialog before showing it
-//   virtual void update() { } 
+//   virtual void update() { }
 //   virtual void updateSlot(bool = false);
 //   /// Explicitly free the dialog.
 //   void free();
@@ -56,7 +56,7 @@
 //   void apply(Buffer::TocItem);
 //   /// change type of the list
 //   void changeList(Buffer::TocType);
-  
+
 //   /** Which LyXFunc do we use?
 //       We could modify Dialogs to have a visible LyXFunc* instead and
 //       save a couple of bytes per dialog.