]> git.lyx.org Git - lyx.git/blobdiff - src/toc.C
* Painter.h:
[lyx.git] / src / toc.C
index ffd5ee9fbc02a4ad3225bef7ecaf0cdfa3c06f2f..7892295ce3ea561cdd980eab2f029938c0dcbbf4 100644 (file)
--- a/src/toc.C
+++ b/src/toc.C
@@ -46,7 +46,7 @@ using std::endl;
 namespace lyx {
 namespace toc {
 
-typedef map<Buffer const *, lyx::TocBackend> TocMap;
+typedef map<Buffer const *, TocBackend> TocMap;
 static TocMap toc_backend_;
 
 ///////////////////////////////////////////////////////////////////////////
@@ -93,7 +93,7 @@ vector<string> const & getTypes(Buffer const & buf)
 }
 
 
-void asciiTocList(string const & type, Buffer const & buf, lyx::odocstream & os)
+void asciiTocList(string const & type, Buffer const & buf, odocstream & os)
 {
        toc_backend_[&buf].asciiTocList(type, os);
 }