InsetCaption.cpp: add a comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32443 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-12-09 23:36:59 +00:00
parent e3b26029cc
commit fea997f075

View File

@ -167,6 +167,7 @@ Inset * InsetCaption::editXY(Cursor & cur, int x, int y)
bool InsetCaption::insetAllowed(InsetCode code) const
{
switch (code) {
// code that is not allowed in a caption
case FLOAT_CODE:
case TABULAR_CODE:
case WRAP_CODE: