]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
make a CURSOR update if we inserted a character (fix #312).
[lyx.git] / src / Variables.h
index c7c092a5c06d07853c15463bab34f84171b7cd10..e624a9b695e0920c98960e3eaba93e560144dfdb 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.
 *
 ///
 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:
        ///