]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.cpp
New DocBook support
[lyx.git] / src / insets / ExternalTransforms.cpp
index 2381241b9a28441557833e456b32997f6eab7c2b..4f85f9d479f00c202728b20dc39186dcee5ffb02 100644 (file)
@@ -78,7 +78,7 @@ namespace {
 typedef Translator<RotationData::OriginType, string> OriginTranslator;
 OriginTranslator const & originTranslator();
 
-} // namespace anon
+} // namespace
 
 
 void RotationData::origin(string const & o)
@@ -183,7 +183,7 @@ ostream & operator<<(ostream & os, RotationData::OriginType type)
        return os;
 }
 
-} // namespace anon
+} // namespace
 
 
 string const RotationLatexCommand::front_impl() const
@@ -337,7 +337,7 @@ void extractIt(boost::any const & any_factory,
                transformer = factory(data);
 }
 
-} // namespace anon
+} // namespace
 
 
 TransformCommand::ptr_type
@@ -426,7 +426,7 @@ OriginTranslator const & originTranslator()
        return translator;
 }
 
-} // namespace anon
+} // namespace
 
 } // namespace external
 } // namespace lyx