diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-17 17:58:18 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-18 12:25:25 -0500 |
commit | 4b13d3dc1d29132f7e188932ca5ee00c977d3655 (patch) | |
tree | a5448366caad6aef8cf5f0d079d4046f16c2cccb /chart2/source/controller/main/CommandDispatchContainer.cxx | |
parent | 0cd32bec488d80cef111ccbff8c172b35421a394 (diff) |
Some more dead code removal
Diffstat (limited to 'chart2/source/controller/main/CommandDispatchContainer.cxx')
-rw-r--r-- | chart2/source/controller/main/CommandDispatchContainer.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/main/CommandDispatchContainer.cxx b/chart2/source/controller/main/CommandDispatchContainer.cxx index 399b0e1d6aab..8ee5f4ad712a 100644 --- a/chart2/source/controller/main/CommandDispatchContainer.cxx +++ b/chart2/source/controller/main/CommandDispatchContainer.cxx @@ -76,12 +76,6 @@ void CommandDispatchContainer::setModel( m_xModel = xModel; } -// void CommandDispatchContainer::setUndoManager( -// const Reference< chart2::XUndoManager > & xUndoManager ) -// { -// m_xUndoManager = xUndoManager; -// } - void CommandDispatchContainer::setChartDispatch( const Reference< frame::XDispatch > xChartDispatch, const ::std::set< OUString > & rChartCommands ) |