]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
move inset related stuff from src/graphics to src/inset/
[lyx.git] / src / insets / ExternalTemplate.h
index 1b2831753df76046cd3d2d780ca91174b1f7a95d..91162912f2bc55d05b5d98af4ba12e212bd3fe52 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.
  *
@@ -64,10 +64,10 @@ struct ExternalTemplate {
        Formats formats;
        ///
        void dumpFormats(std::ostream &) const;
-       
+
        /// We have to have default commands for safety reasons!
        ExternalTemplate();
-               
+
 };
 
 
@@ -82,7 +82,7 @@ public:
        static ExternalTemplateManager & get();
        Templates & getTemplates();
        Templates const & getTemplates() const;
-       /// return the template by LyX name 
+       /// return the template by LyX name
        ExternalTemplate const & getTemplateByName(const string & name);
 private:
        ExternalTemplateManager();