summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-26 10:28:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-26 12:14:39 +0000
commit9cc20c9f0080270aff096f4e7e7aecbb01aa9a5f (patch)
treeb0dfd375fdbcea550f833816d56f66f81b3513be /starmath/source/mathtype.hxx
parent417bd8ad9018337f5177270a03c50b444461a628 (diff)
fix coverity#1266487
Change-Id: I414dae9b5de83d0e0f9c3195262995cf0f4fd3e2
Diffstat (limited to 'starmath/source/mathtype.hxx')
-rw-r--r--starmath/source/mathtype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx
index 9876710c5041..4e08cd5719e2 100644
--- a/starmath/source/mathtype.hxx
+++ b/starmath/source/mathtype.hxx
@@ -177,7 +177,7 @@ private:
int nPendingAttributes;
sal_uLong nInsertion;
- sal_Int16 aSizeTable[7];
+ std::vector<sal_Int16> aSizeTable;
sal_Int16 nDefaultSize;
sal_Int16 nLSize;
sal_Int16 nDSize;