Kaydet (Commit) b398f815 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wtautological-constant-out-of-range-compare

Looks like 7d9bb549 "Related: #i124638# Second
step of DrawingLayer FillAttributes..." accidentally garbled this.

Change-Id: I4cdaad4fdebb8b9947e79afbec4a6e0973c55cac
üst ed52e65b
...@@ -516,7 +516,7 @@ void XMLTextStyleContext::FillPropertySet( ...@@ -516,7 +516,7 @@ void XMLTextStyleContext::FillPropertySet(
(aContextIDs[1].nIndex == -1) ? makeAny( false ) : GetProperties()[aContextIDs[1].nIndex].maValue ); (aContextIDs[1].nIndex == -1) ? makeAny( false ) : GetProperties()[aContextIDs[1].nIndex].maValue );
} }
if(XML_STYLE_FAMILY_TABLE_TABLE == IsDefaultStyle() && GetFamily()) if(IsDefaultStyle() && XML_STYLE_FAMILY_TABLE_TABLE == GetFamily())
{ {
OUString sCollapsingBorders("CollapsingBorders"); OUString sCollapsingBorders("CollapsingBorders");
DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), "property missing?" ); DBG_ASSERT( rPropSet->getPropertySetInfo()->hasPropertyByName( sCollapsingBorders ), "property missing?" );
......
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