diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/parse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index e3a8d23c5154..d5affc7e84f0 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -111,7 +111,7 @@ enum SmTokenType struct SmToken { - String aText; // token text + OUString aText; // token text SmTokenType eType; // token info sal_Unicode cMathChar; |