Kaydet (Commit) 2b256697 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix higher debug level build

Change-Id: I97ff0a97eed8723b6fb5cec9f11027bf6ee7c7d0
üst 3ce91fba
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment