summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unochart.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-11-08 20:57:45 +0100
committerLuboš Luňák <l.lunak@collabora.com>2014-11-09 19:45:20 +0100
commit92e00493aed5a9d82d306bbd9a9e76276d1abcea (patch)
tree3771be596ab9afcfdc3d8ff5453e1eea3c86b3f2 /sw/source/core/unocore/unochart.cxx
parentc41346f96f201c4e8b6c15d5b3fe65aa2590e86a (diff)
const
Change-Id: Ie2f4c5059a4160287690cf7a4e99472d9a575102
Diffstat (limited to 'sw/source/core/unocore/unochart.cxx')
-rw-r--r--sw/source/core/unocore/unochart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 24347981b2e5..cec7d220a206 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -123,7 +123,7 @@ void SwChartLockController_Helper::LockUnlockAllCharts( bool bLock )
{
SwTable* pTmpTbl;
const SwTableNode* pTblNd;
- SwFrmFmt* pFmt = rTblFmts[ n ];
+ const SwFrmFmt* pFmt = rTblFmts[ n ];
if( 0 != ( pTmpTbl = SwTable::FindTable( pFmt ) ) &&
0 != ( pTblNd = pTmpTbl->GetTableNode() ) &&