From: Richard Heck Date: Sun, 15 Mar 2009 21:21:45 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.0.0~7067 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=31d355d4f54a5754acd6766315d01f72c8a29942;p=features.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28807 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index c0c9c68713..06d56e66ef 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -419,7 +419,7 @@ bool Inset::covers(BufferView const & bv, int x, int y) const InsetLayout const & Inset::getLayout(BufferParams const & bp) const { - return bp.documentClass().insetLayout(name()); + return bp.documentClass().insetLayout(name()); }