Kaydet (Commit) 43bcb7b0 authored tarafından Caolán McNamara's avatar Caolán McNamara

-Wundefined-bool-conversion

'this' pointer cannot be null in well-defined C++ code; pointer may be assumed
to always convert to true [-Wundefined-bool-conversion]

Change-Id: Iafffb9ea81387ea19fb9c0a4c6ba929215ace3fa
üst 37e94841
...@@ -1360,7 +1360,6 @@ void SwRangeRedline::MoveFromSection(size_t nMyPos) ...@@ -1360,7 +1360,6 @@ void SwRangeRedline::MoveFromSection(size_t nMyPos)
SwDoc* pDoc = GetDoc(); SwDoc* pDoc = GetDoc();
const SwRedlineTable& rTable = pDoc->getIDocumentRedlineAccess().GetRedlineTable(); const SwRedlineTable& rTable = pDoc->getIDocumentRedlineAccess().GetRedlineTable();
std::vector<SwPosition*> aBeforeArr, aBehindArr; std::vector<SwPosition*> aBeforeArr, aBehindArr;
OSL_ENSURE( this, "this is not in the array?" );
bool bBreak = false; bool bBreak = false;
SwRedlineTable::size_type n; SwRedlineTable::size_type n;
......
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