diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 13:59:45 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-22 14:02:31 +0900 |
commit | 98e20a37badecd868460ddbdc73262c494242b42 (patch) | |
tree | bafe144a009f40ca847cfbfbfd7c6c31812e0525 /sot | |
parent | 43b989808142f49347929311347f9402f4c06368 (diff) |
Mark as const
Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgelem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx index 37013ac20be8..a4a2485bf898 100644 --- a/sot/source/sdstor/stgelem.cxx +++ b/sot/source/sdstor/stgelem.cxx @@ -31,7 +31,7 @@ static const sal_uInt16 nMaxLegalStr = 31; -static sal_uInt8 cStgSignature[ 8 ] = { 0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1 }; +static const sal_uInt8 cStgSignature[ 8 ] = { 0xD0,0xCF,0x11,0xE0,0xA1,0xB1,0x1A,0xE1 }; ////////////////////////////// struct ClsId ///////////////////////////// |