From 7267b4bef2996bed8152df91b1cbda82bc02c506 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 18 Jun 2008 18:27:45 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25308 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetGraphics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.2