mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
f6f59757ac
commit
5f62c2ed6a
@ -393,7 +393,7 @@ docstring InsetGraphics::toDocbookLength(Length const & len) const
|
||||
case Length::PPW: // Percent of PageWidth
|
||||
case Length::PLW: // Percent of LineWidth
|
||||
case Length::PTH: // Percent of TextHeight
|
||||
case Length::PPH: // Percent of Paper
|
||||
case Length::PPH: // Percent of PaperHeight
|
||||
// Sigh, this will go wrong.
|
||||
result << len.value() << "%";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user