summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-09 12:34:38 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-10 10:13:54 -0400
commitae4060cae9d26aca23d8f1e9d6782ca66c4ce6d3 (patch)
tree59cb821f4cbc25509037dfaffab66b6a7d8b8621
parentf86e844a1d45fda789040cda47b32ae1b927f55b (diff)
Let's remove these...
Change-Id: Ie4f15c894c13fd52e1ee175381a1e62b33864d39
-rw-r--r--chart2/source/controller/main/ChartController.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx
index 533378941f22..d73d151ec507 100644
--- a/chart2/source/controller/main/ChartController.hxx
+++ b/chart2/source/controller/main/ChartController.hxx
@@ -24,11 +24,8 @@
#include "CommandDispatchContainer.hxx"
#include "SelectionHelper.hxx"
-// header for enum SdrDragMode
#include <svx/svdtypes.hxx>
-// header for class Timer
#include <vcl/timer.hxx>
-// header for class MouseEvent
#include <vcl/event.hxx>
#include <cppuhelper/implbase12.hxx>
@@ -135,9 +132,6 @@ class ChartController : public ::cppu::WeakImplHelper12 <
,::com::sun::star::ui::XContextMenuInterception //(optional interface)
,::com::sun::star::util::XCloseListener //(needed for communication with XModel)
,::com::sun::star::lang::XServiceInfo
- // ,public ::com::sun::star::uno::XWeak // implemented by WeakImplHelper(optional interface)
- // ,public ::com::sun::star::uno::XInterface // implemented by WeakImplHelper(optional interface)
- // ,public ::com::sun::star::lang::XTypeProvider // implemented by WeakImplHelper
,::com::sun::star::frame::XDispatch
,::com::sun::star::awt::XWindow //this is the Window Controller part of this Controller, that will be given to a Frame via setComponent
,::com::sun::star::lang::XMultiServiceFactory