summaryrefslogtreecommitdiff
path: root/starmath/inc/error.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/error.hxx')
-rw-r--r--starmath/inc/error.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/inc/error.hxx b/starmath/inc/error.hxx
index bd2b7067a91c..dc798f6906e3 100644
--- a/starmath/inc/error.hxx
+++ b/starmath/inc/error.hxx
@@ -44,12 +44,11 @@ enum class SmParseError
NumberExpected
};
-
struct SmErrorDesc
{
SmParseError m_eType;
- SmNode *m_pNode;
- OUString m_aText;
+ SmNode* m_pNode;
+ OUString m_aText;
};
#endif