Re: serhat - r31461 - abiword/branches/gsoc2012docx/plugins/openxml/imp/xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 03/07/12 02:56 PM, [email protected] wrote: > Modified: abiword/branches/gsoc2012docx/plugins/openxml/imp/xp/OXMLi_ListenerState_Image.h > =================================================================== > --- abiword/branches/gsoc2012docx/plugins/openxml/imp/xp/OXMLi_ListenerState_Image.h 2012-07-03 16:15:03 UTC (rev 31460) > +++ abiword/branches/gsoc2012docx/plugins/openxml/imp/xp/OXMLi_ListenerState_Image.h 2012-07-03 21:56:56 UTC (rev 31461) > @@ -43,6 +43,7 @@ > private: > bool addImage(const std::string & id); > std::string m_style; > + bool isEmbeddedObject; > }; In case it wasn't obvious, a member variable name is prefixed by m_ Like in that case it would be m_isEmbeddedObject Cheers, Hub