diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-01 08:43:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-01 10:56:14 +0100 |
commit | 62cb50fd9b97358114dcc4d0c1afdcdd04341b0c (patch) | |
tree | f280a859992987b4b2da22a4112c3723ab54425d | |
parent | e2ca2f842b2147943e414ea746933d2a38e37850 (diff) |
fix debug=t build
Change-Id: Ib50349da406ecff9979ac1ab522272694b69c2de
-rw-r--r-- | sw/source/core/unocore/unoframe.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx index dc3e781d8e4b..75f2f704a76b 100644 --- a/sw/source/core/unocore/unoframe.cxx +++ b/sw/source/core/unocore/unoframe.cxx @@ -3276,12 +3276,6 @@ uno::Reference< text::XTextCursor > SwXTextFrame::createTextCursorByRange(const if (pFmt && ::sw::XTextRangeToSwPaM(aPam, aTextPosition)) { SwNode& rNode = pFmt->GetCntnt().GetCntntIdx()->GetNode(); -#if OSL_DEBUG_LEVEL > 1 - const SwStartNode* p1 = aPam.GetNode()->FindFlyStartNode(); - const SwStartNode* p2 = rNode.FindFlyStartNode(); - (void)p1; - (void)p2; -#endif if(aPam.GetNode().FindFlyStartNode() == rNode.FindFlyStartNode()) { aRef = static_cast<text::XWordCursor*>( |