]> git.lyx.org Git - features.git/commitdiff
Brown paper bag for r13772
authorMartin Vermeer <martin.vermeer@hut.fi>
Fri, 28 Apr 2006 07:45:37 +0000 (07:45 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Fri, 28 Apr 2006 07:45:37 +0000 (07:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13773 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ControlToc.h

index a5eef748d244da392a39c5ddd42c96c65bb1df10..2a2dcce872de1e1c5fc30032fa64f8663c359296 100644 (file)
@@ -44,7 +44,13 @@ public:
        toc::Toc const & getContents(std::string const & type) const;
 
        /// Apply the selected outlining operation
-       void outline(toc::OutlineOp op);
+       void outlineUp();
+       ///
+       void outlineDown();
+       ///
+       void outlineIn();
+       ///
+       void outlineOut();
        
        /// Test if outlining operation is possible
        bool canOutline(std::string const & type);