From: Martin Vermeer Date: Fri, 28 Apr 2006 07:45:37 +0000 (+0000) Subject: Brown paper bag for r13772 X-Git-Tag: 1.6.10~13278 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2219197cfea8e72985e86bbb2db1f30a5fd4c4cc;p=features.git Brown paper bag for r13772 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13773 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ControlToc.h b/src/frontends/controllers/ControlToc.h index a5eef748d2..2a2dcce872 100644 --- a/src/frontends/controllers/ControlToc.h +++ b/src/frontends/controllers/ControlToc.h @@ -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);