]> git.lyx.org Git - lyx.git/blobdiff - src/format.h
Point fix, earlier forgotten
[lyx.git] / src / format.h
index e5e62cf9c1d44b3626cee7dee73e8118f313f85b..f95224bab422e33192b37c8c23054786229ae498 100644 (file)
@@ -1,10 +1,4 @@
 // -*- C++ -*-
-
-
-#ifndef FORMAT_H
-#define FORMAT_H
-
-
 /**
  * \file format.h
  * This file is part of LyX, the document processor.
@@ -12,9 +6,11 @@
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef FORMAT_H
+#define FORMAT_H
 
 
 #include "LString.h"
@@ -23,8 +19,6 @@
 
 class Buffer;
 
-string const papersize(Buffer const * buffer) ;
-
 class Format {
 public:
        ///
@@ -102,7 +96,7 @@ public:
        ///
        void setViewer(string const & name, string const & command);
        ///
-       bool view(Buffer const * buffer, string const & filename,
+       bool view(Buffer const & buffer, string const & filename,
                  string const & format_name) const;
        ///
        string const prettyName(string const & name) const;