]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
* Painter.h:
[lyx.git] / src / toc.h
index e3d1cf982ad7650dfe41ae73fa0fe53d68f2e285..cf8d029cce9f24307f24ddcd17715dd0ce7237c9 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -44,7 +44,7 @@ TocIterator const getCurrentTocItem(Buffer const &, LCursor const &,
                                                                          std::string const & type);
 
 ///
-void asciiTocList(std::string const &, Buffer const &, std::ostream &);
+void asciiTocList(std::string const &, Buffer const &, odocstream &);
 
 /** Given the cmdName of the TOC param, returns the type used
     by ControlToc::getContents() */
@@ -56,10 +56,10 @@ std::string const getGuiName(std::string const & type, Buffer const &);
 
 /// the type of outline operation
 enum OutlineOp {
-       UP, // Move this header with text down
-       DOWN,   // Move this header with text up
-       IN, // Make this header deeper
-       OUT // Make this header shallower
+       Up, // Move this header with text down
+       Down,   // Move this header with text up
+       In, // Make this header deeper
+       Out // Make this header shallower
 };