summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/modelbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/modelbase.hxx')
-rw-r--r--include/oox/drawingml/chart/modelbase.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/drawingml/chart/modelbase.hxx b/include/oox/drawingml/chart/modelbase.hxx
index 0d01fc4d19b1..5dc25fb8c1d1 100644
--- a/include/oox/drawingml/chart/modelbase.hxx
+++ b/include/oox/drawingml/chart/modelbase.hxx
@@ -83,8 +83,6 @@ public:
~ModelMap() {}
ModelType& create( KeyType eKey ) { return insert( eKey, new ModelType ); }
- template< typename Param1Type >
- ModelType& create( KeyType eKey, const Param1Type& rParam1 ) { return insert( eKey, new ModelType( rParam1 ) ); }
private:
ModelType& insert( KeyType eKey, ModelType* pModel ) { (*this)[ eKey ].reset( pModel ); return *pModel; }