summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-28 09:54:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-28 10:16:00 +0000
commit2b2566972305cbbd177fcc3bedd23dc368661d53 (patch)
tree57bf02e2bd6344db15942ad6ce15ee764c7dd83b
parent2007/2010/2013->2007-2013 (diff)
downloadcore-2b2566972305cbbd177fcc3bedd23dc368661d53.tar.gz
core-2b2566972305cbbd177fcc3bedd23dc368661d53.zip
fix higher debug level build
Change-Id: I97ff0a97eed8723b6fb5cec9f11027bf6ee7c7d0
-rw-r--r--sw/source/core/text/inftxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index d476ee996645..32f5b2a73e72 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -461,7 +461,7 @@ void SwTxtPaintInfo::CtorInitTxtPaintInfo( SwTxtFrm *pFrame, const SwRect &rPain
pSmartTags = NULL;
#if OSL_DEBUG_LEVEL > 1
- pBrushItem = static_cast<SvxBrushItem*>(-1);
+ pBrushItem = reinterpret_cast<SvxBrushItem*>(-1);
#else
pBrushItem = 0;
#endif