summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 06:37:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 06:37:50 +0000
commit699914c18c01fd3a6d2eb0f8ae952eff2b9d7c61 (patch)
tree35224b83d4ff55baca3b8b0f270c5e4a7322eb0b /fpicker
parentc5b9f913bced14ebaef784bd9e53b6a74764c634 (diff)
INTEGRATION: CWS tkr14 (1.7.18); FILE MERGED
2008/06/05 09:55:35 tkr 1.7.18.1: #i78894# caching
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fpsmartcontent.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx
index 74e043a40ad7..34be031fdf6e 100644
--- a/fpicker/source/office/fpsmartcontent.cxx
+++ b/fpicker/source/office/fpsmartcontent.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fpsmartcontent.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -79,7 +79,8 @@ namespace svt
//--------------------------------------------------------------------
SmartContent::~SmartContent()
{
- DELETEZ( m_pContent );
+ //Do not delete the content. Because the content will be used by the cache.
+ //DELETEZ( m_pContent );
}
//--------------------------------------------------------------------