summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii
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/filter/ascii
parentc41346f96f201c4e8b6c15d5b3fe65aa2590e86a (diff)
const
Change-Id: Ie2f4c5059a4160287690cf7a4e99472d9a575102
Diffstat (limited to 'sw/source/filter/ascii')
-rw-r--r--sw/source/filter/ascii/wrtasc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ascii/wrtasc.cxx b/sw/source/filter/ascii/wrtasc.cxx
index 015a156c8b6b..e8cae7477a7a 100644
--- a/sw/source/filter/ascii/wrtasc.cxx
+++ b/sw/source/filter/ascii/wrtasc.cxx
@@ -136,7 +136,7 @@ sal_uLong SwASCWriter::WriteStream()
{
// Print the frame's content.
// It is always at position 0!
- SwFrmFmt* pFmt = (*pDoc->GetSpzFrmFmts())[ 0 ];
+ const SwFrmFmt* pFmt = (*pDoc->GetSpzFrmFmts())[ 0 ];
const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx();
if( pIdx )
{