diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-05-01 07:49:30 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-05-01 07:49:30 +0200 |
commit | 64cf70b4e4e488ae1f21d8e5254faedd38eb2081 (patch) | |
tree | a274463e9c426b22cc2d3a77c4c64a38906d31c6 /tools/source/rc | |
parent | 3c4779bdebe2ce8ab750b19dddf95e14f0a2d272 (diff) |
Remove some OS/2 code
Diffstat (limited to 'tools/source/rc')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 84365d97a79c..3ca32c6ad2c4 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -662,9 +662,7 @@ sal_Bool InternalResMgr::Create() } } rtl_freeMemory( pContentBuf ); -#ifndef OS2 OSL_ENSURE( bSorted, "content not sorted" ); -#endif OSL_ENSURE( bEqual2Content, "resource structure wrong" ); if( !bSorted ) ::std::sort(pContent,pContent+nEntries,ImpContentLessCompare()); |