summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xtable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xtable.cxx')
-rw-r--r--svx/source/xoutdev/xtable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx
index dd457697c9..882a4a0a98 100644
--- a/svx/source/xoutdev/xtable.cxx
+++ b/svx/source/xoutdev/xtable.cxx
@@ -120,7 +120,7 @@ XPropertyTable::~XPropertyTable()
// Eigener Pool wird geloescht
if( bOwnPool && pXPool )
{
- delete pXPool;
+ SfxItemPool::Free(pXPool);
}
}
@@ -352,7 +352,7 @@ XPropertyList::~XPropertyList()
if( bOwnPool && pXPool )
{
- delete pXPool;
+ SfxItemPool::Free(pXPool);
}
}