diff options
author | Bálint Dózsa <dozsabalint@gmail.com> | 2011-02-16 18:59:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 21:08:26 +0100 |
commit | fcf3851494f067635dc576a2f69207184168b1e7 (patch) | |
tree | df828eefa00a51562c55e8b877603d3d54ed0475 /xmloff/source/chart/MultiPropertySetHandler.hxx | |
parent | b0ead278358dd5d96726bf42293325388bef1cbb (diff) |
Remove dead code
Diffstat (limited to 'xmloff/source/chart/MultiPropertySetHandler.hxx')
-rw-r--r-- | xmloff/source/chart/MultiPropertySetHandler.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx index 2ae294ff5611..c594cd6970bf 100644 --- a/xmloff/source/chart/MultiPropertySetHandler.hxx +++ b/xmloff/source/chart/MultiPropertySetHandler.hxx @@ -214,14 +214,6 @@ MultiPropertySetHandler::~MultiPropertySetHandler (void) } -/* -template<class T> void MultiPropertySetHandler::Add (const ::rtl::OUString & sName, T& pValue) -{ - aPropertyList[sName] = new PropertyWrapper<T> (sName, pValue); -} -*/ - - BOOL MultiPropertySetHandler::GetProperties (void) { |