diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-23 06:03:55 +0900 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-23 05:38:53 +0000 |
commit | 5ca4acf877834c51d896268cf3dd390903b2248b (patch) | |
tree | 057c139ca671f7541b2f4ad619971607246d5d3d /starmath/inc | |
parent | 0ca9a3523cb2ccf97d7d13fdf4616af0dbe173d9 (diff) |
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>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/error.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |