summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/ChartItemPool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/ChartItemPool.cxx')
-rw-r--r--chart2/source/view/main/ChartItemPool.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx
index c14aa06456f3..fcae915faa51 100644
--- a/chart2/source/view/main/ChartItemPool.cxx
+++ b/chart2/source/view/main/ChartItemPool.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ChartItemPool.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.9.42.2 $
*
* This file is part of OpenOffice.org.
*
@@ -68,13 +68,6 @@ struct ChartItemPoolInitialization
namespace chart
{
-ChartItemPool * GetChartItemPool()
-{
- return rtl_Instance< ChartItemPool, ChartItemPoolInitialization, ::osl::MutexGuard,
- ::osl::GetGlobalMutex >::create(
- ChartItemPoolInitialization(), ::osl::GetGlobalMutex());
-}
-
ChartItemPool::ChartItemPool():
SfxItemPool( String( RTL_CONSTASCII_USTRINGPARAM( "ChartItemPool" )), SCHATTR_START, SCHATTR_END, NULL, NULL )
{