summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/SectionColumnHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/SectionColumnHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/SectionColumnHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/SectionColumnHandler.cxx b/writerfilter/source/dmapper/SectionColumnHandler.cxx
index fd2f5ea676b8..c577c25ac771 100644
--- a/writerfilter/source/dmapper/SectionColumnHandler.cxx
+++ b/writerfilter/source/dmapper/SectionColumnHandler.cxx
@@ -74,7 +74,7 @@ void SectionColumnHandler::attribute(Id rName, Value & rVal)
aTempColumn.nSpace = ConversionHelper::convertTwipToMM100( nIntValue );
break;
default:
- OSL_ENSURE( false, "SectionColumnHandler: unknown attribute");
+ OSL_FAIL( "SectionColumnHandler: unknown attribute");
}
}
@@ -94,7 +94,7 @@ void SectionColumnHandler::sprm(Sprm & rSprm)
}
break;
default:
- OSL_ENSURE( false, "SectionColumnHandler: unknown sprm");
+ OSL_FAIL( "SectionColumnHandler: unknown sprm");
}
}
} //namespace dmapper