summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpshttab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpshttab.cxx')
-rw-r--r--sc/source/core/data/dpshttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx
index 14a6f7b56f6b..8832b233b782 100644
--- a/sc/source/core/data/dpshttab.cxx
+++ b/sc/source/core/data/dpshttab.cxx
@@ -192,7 +192,7 @@ void ScSheetDPData::CreateCacheTable()
if (!aCacheTable.hasCache())
{
- fprintf(stdout, "ScSheetDPData::CreateCacheTable: NOT GOOD!!!\n");
+ OSL_FAIL("Cache table should be created with a live data cache instance at all times.");
// This better not happen!! The cache table should be created with a
// live data cache at all times.
return;