summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlexport.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-13 15:50:42 +0200
committerTakeshi Abe <tabe@fixedpoint.jp>2016-05-17 02:28:25 +0000
commitcc1a0ba927ad6f85103059aa8e6108017f436304 (patch)
treea4d8198602047e13979d62f4aa4a28407096ad03 /starmath/source/mathmlexport.cxx
parent4e41e784b97a5b6f5e0cc1f5b24b816ef887b310 (diff)
convert TG constants to scoped enum
Change-Id: Ide719e8bb0d5aacc8d5da18f385b6373c7e48184 Reviewed-on: https://gerrit.libreoffice.org/24973 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source/mathmlexport.cxx')
-rw-r--r--starmath/source/mathmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx
index b14dd1fa6939..b17523675ec1 100644
--- a/starmath/source/mathmlexport.cxx
+++ b/starmath/source/mathmlexport.cxx
@@ -604,7 +604,7 @@ void SmXMLExport::ExportLine(const SmNode *pNode, int nLevel)
void SmXMLExport::ExportBinaryHorizontal(const SmNode *pNode, int nLevel)
{
- sal_uLong nGroup = pNode->GetToken().nGroup;
+ TG nGroup = pNode->GetToken().nGroup;
SvXMLElementExport* pRow = new SvXMLElementExport(*this,
XML_NAMESPACE_MATH, XML_MROW, true, true);