]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsTypes.h
the AM_* flags patch
[lyx.git] / src / graphics / GraphicsTypes.h
index 5893c529e0a443b5841d3846e2f12fb65b0edfa3..1b34eabd77d535603e4aaa1cc4de85f8fe6aea5b 100644 (file)
@@ -1,23 +1,23 @@
 // -*- C++ -*-
 /**
- *  \file GraphicsTypes.h
+ * \file GraphicsTypes.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author Angus Leeming
+ * \author Angus Leeming
  *
- *  Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  *
- *  All that header files outside the graphics subdirectory should need to
- *  access.
+ * All that header files outside the graphics subdirectory should need to
+ * access.
  */
 
 #ifndef GRAPHICSTYPES_H
 #define GRAPHICSTYPES_H
 
-#include "LString.h"
 #include "support/translator.h"
 
+
 namespace lyx {
 namespace graphics {
 
@@ -63,11 +63,9 @@ enum DisplayType {
        NoDisplay
 };
 
-/// The translator between the DisplayType and the corresponding lyx string.
-extern Translator<DisplayType, string> displayTranslator;
 
-///
-void setDisplayTranslator();
+/// The translator between the Display enum and corresponding lyx string.
+Translator<DisplayType, std::string> const & displayTranslator();
 
 } // namespace graphics
 } // namespace lyx