summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-08-12 09:16:31 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-08-12 09:23:52 +0900
commit12b1d1cda3332a09476f703629fef372c2b06b2a (patch)
tree8846f4bf1c7d60069e3ed79e22ade2c1aeed5f3f /lotuswordpro/source/filter/lwpbackgroundstuff.cxx
parentTables header fixes. (diff)
downloadcore-12b1d1cda3332a09476f703629fef372c2b06b2a.tar.gz
core-12b1d1cda3332a09476f703629fef372c2b06b2a.zip
Mark as const
Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502
Diffstat (limited to 'lotuswordpro/source/filter/lwpbackgroundstuff.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpbackgroundstuff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
index 2b9da1c04347..8de00f3ecda1 100644
--- a/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
+++ b/lotuswordpro/source/filter/lwpbackgroundstuff.cxx
@@ -87,7 +87,7 @@ void LwpBackgroundStuff::GetPattern(sal_uInt16 btPttnIndex, sal_uInt8* pPttnArra
if (pPttnArray)
{
assert((2 < btPttnIndex) && (btPttnIndex < 72));
- sal_uInt8* pTempArray = s_pLwpPatternTab[btPttnIndex];
+ const sal_uInt8* pTempArray = s_pLwpPatternTab[btPttnIndex];
for(sal_uInt8 i = 0; i < 32; i++)
{
pPttnArray[i] = (i%4 == 0) ? pTempArray[7-i/4] : 0;