]> git.lyx.org Git - features.git/commitdiff
remove recursive call
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 8 Sep 2007 21:00:03 +0000 (21:00 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 8 Sep 2007 21:00:03 +0000 (21:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20159 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToc.cpp

index 7d09e5031e993dfa1ff6ed9af97918201cd63178..5fd6ef47f5c0d8b8a8e70414a12cc92c4e6e48ac 100644 (file)
@@ -36,8 +36,7 @@ bool GuiToc::canOutline(int type) const
 {
        if (type < 0)
                return false;
-
-       return canOutline(type);
+       return ControlToc::canOutline(type);
 }