From: Pavel Sanda Date: Wed, 18 Jun 2008 18:27:45 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: 1.6.10~4344 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7267b4bef2996bed8152df91b1cbda82bc02c506;p=features.git Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25308 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index 4a577c02cd..39e96db285 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -951,7 +951,7 @@ string InsetGraphics::params2string(InsetGraphicsParams const & params, namespace graphics { -void getGraphicsGroups(Buffer const & b, std::set & ids) +void getGraphicsGroups(Buffer const & b, set & ids) { Inset & inset = b.inset(); InsetIterator it = inset_iterator_begin(inset); @@ -966,7 +966,7 @@ void getGraphicsGroups(Buffer const & b, std::set & ids) } -string getGroupParams(Buffer const & b, std::string const & groupId) +string getGroupParams(Buffer const & b, string const & groupId) { if (groupId.empty()) return string(); @@ -987,7 +987,7 @@ string getGroupParams(Buffer const & b, std::string const & groupId) } -void unifyGraphicsGroups(Buffer const & b, std::string const & argument) +void unifyGraphicsGroups(Buffer const & b, string const & argument) { InsetGraphicsParams params; InsetGraphics::string2params(argument, b, params);