]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/dummy_impl.cpp
Remove wmf2eps as EMF > EPS converter
[lyx.git] / src / tex2lyx / dummy_impl.cpp
index 7c3bc4741b2fcb3ea10e6f7f3e71d23bea2f320c..15fbf8b3f36a0c13e46bbe59f287b904c3c8a6af 100644 (file)
@@ -42,8 +42,8 @@ namespace Alert {
        {
                cerr << to_utf8(title) << "\n" << to_utf8(message) << endl;
        }
-}
-}
+} // namespace Alert
+} // namespace frontend
 
 
 //
@@ -120,7 +120,7 @@ namespace frontend {
 class FontMetrics {
        int em() const { return 0; };
 };
-}
+} // namespace frontend
 
 class FontInfo;
 
@@ -136,4 +136,4 @@ frontend::FontMetrics const & theFontMetrics(FontInfo const &) {
 void lyx_exit(int)
 {}
 
-}
+} // namespace lyx