]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
Alfredo's second patch
[lyx.git] / src / Variables.h
index c7c092a5c06d07853c15463bab34f84171b7cd10..de9b1c514a3eaf7f40de46d11c17f653fdaa187f 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
-* ====================================================== 
-* 
+* ======================================================
+*
 *           LyX, The Document Processor
-*        
+*
 *           Copyright 1995 Matthias Ettrich
 *           Copyright 1995-2001 the LyX Team.
 *
 #ifndef VARIABLES_H
 #define VARIABLES_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <map>
 
 ///
 class Variables {
 public:
-       /// 
+       ///
        void set(string const &, string const &);
-       /// 
+       ///
        string const get(string const &) const;
        ///
        bool isSet(string const & var) const;
-       /// 
+       ///
        string const expand(string const &) const;
 private:
        ///