Kaydet (Commit) 577db4b1 authored tarafından Caolán McNamara's avatar Caolán McNamara

stray fprintf

Change-Id: I9046c57440b6adb83204d0f596b1cb8467405dfa
üst e77c5738
...@@ -4423,10 +4423,7 @@ void DomainMapper_Impl::StartOrEndBookmark( const OUString& rId ) ...@@ -4423,10 +4423,7 @@ void DomainMapper_Impl::StartOrEndBookmark( const OUString& rId )
uno::Reference<text::XTextRange> xRange(xCursor, uno::UNO_QUERY_THROW); uno::Reference<text::XTextRange> xRange(xCursor, uno::UNO_QUERY_THROW);
if (m_xPrevBookmark.is()) if (m_xPrevBookmark.is())
{ {
fprintf(stderr, "ok here\n");
uno::Reference<text::XTextRangeCompare> xTextRangeCompare(xRange->getText(), uno::UNO_QUERY_THROW); uno::Reference<text::XTextRangeCompare> xTextRangeCompare(xRange->getText(), uno::UNO_QUERY_THROW);
fprintf(stderr, "still ok here\n");
if (xTextRangeCompare->compareRegionStarts(m_xPrevBookmark, xRange) == 0 && if (xTextRangeCompare->compareRegionStarts(m_xPrevBookmark, xRange) == 0 &&
xTextRangeCompare->compareRegionEnds(m_xPrevBookmark, xRange) == 0) xTextRangeCompare->compareRegionEnds(m_xPrevBookmark, xRange) == 0)
{ {
......
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