Kaydet (Commit) 98038f30 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

change debug statements to fix build

üst a8c8eae8
......@@ -140,7 +140,7 @@ void ScDatabaseDPData::CreateCacheTable()
if (!aCacheTable.hasCache())
{
fprintf(stdout, "ScDatabaseDPData::CreateCacheTable: NOT GOOD!\n");
OSL_FAIL("ScDatabaseDPData::CreateCacheTable: NOT GOOD!");
// This better not happen!! Cache table should be created with a live
// data cache instance at all times.
return;
......
......@@ -192,7 +192,7 @@ void ScSheetDPData::CreateCacheTable()
if (!aCacheTable.hasCache())
{
fprintf(stdout, "ScSheetDPData::CreateCacheTable: NOT GOOD!!!\n");
OSL_FAIL("ScSheetDPData::CreateCacheTable: NOT GOOD!!!");
// This better not happen!! The cache table should be created with a
// live data cache at all times.
return;
......
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