summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatchContainer.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-17 17:58:18 +0100
committerKohei Yoshida <kyoshida@novell.com>2011-01-18 12:25:25 -0500
commit4b13d3dc1d29132f7e188932ca5ee00c977d3655 (patch)
treea5448366caad6aef8cf5f0d079d4046f16c2cccb /chart2/source/controller/main/CommandDispatchContainer.cxx
parentRemove some more dead code (diff)
downloadcore-4b13d3dc1d29132f7e188932ca5ee00c977d3655.tar.gz
core-4b13d3dc1d29132f7e188932ca5ee00c977d3655.zip
Some more dead code removal
Diffstat (limited to 'chart2/source/controller/main/CommandDispatchContainer.cxx')
-rw-r--r--chart2/source/controller/main/CommandDispatchContainer.cxx6
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 )