From 5ca4acf877834c51d896268cf3dd390903b2248b Mon Sep 17 00:00:00 2001 From: Takeshi Abe <tabe@fixedpoint.jp> Date: Wed, 23 Sep 2015 06:03:55 +0900 Subject: starmath: Prefix members of SmErrorDesc Change-Id: I4910561e3671f546f2e36344016e2b50fd2a70eb Reviewed-on: https://gerrit.libreoffice.org/18788 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> --- starmath/inc/error.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/error.hxx b/starmath/inc/error.hxx index 7794a4a9b14a..99a224585195 100644 --- a/starmath/inc/error.hxx +++ b/starmath/inc/error.hxx @@ -41,9 +41,9 @@ enum SmParseError struct SmErrorDesc { - SmParseError Type; - SmNode *pNode; - OUString Text; + SmParseError m_eType; + SmNode *m_pNode; + OUString m_aText; }; #endif -- cgit