InsetGraphics.cpp: fix a comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35131 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-08-13 00:17:12 +00:00
parent f6f59757ac
commit 5f62c2ed6a

View File

@ -393,7 +393,7 @@ docstring InsetGraphics::toDocbookLength(Length const & len) const
case Length::PPW: // Percent of PageWidth case Length::PPW: // Percent of PageWidth
case Length::PLW: // Percent of LineWidth case Length::PLW: // Percent of LineWidth
case Length::PTH: // Percent of TextHeight case Length::PTH: // Percent of TextHeight
case Length::PPH: // Percent of Paper case Length::PPH: // Percent of PaperHeight
// Sigh, this will go wrong. // Sigh, this will go wrong.
result << len.value() << "%"; result << len.value() << "%";
break; break;