From 707bedff4fee68dfe2ac38ca7b36244ce09af2b7 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 20 Sep 2012 17:28:42 -0400 Subject: More cosmetic cleanups. Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1 --- chart2/source/view/main/ChartView.hxx | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) (limited to 'chart2') diff --git a/chart2/source/view/main/ChartView.hxx b/chart2/source/view/main/ChartView.hxx index 904c509d4205..5b58d5d3c746 100644 --- a/chart2/source/view/main/ChartView.hxx +++ b/chart2/source/view/main/ChartView.hxx @@ -45,32 +45,26 @@ class SdrPage; -//............................................................................. -namespace chart -{ -//............................................................................. +namespace chart { class VCoordinateSystem; class DrawModelWrapper; class SeriesPlotterContainer; -//----------------------------------------------------------------------------- -/** The ChartView is responsible to manage the generation of Drawing Objects -for visualization on a given OutputDevice. The ChartModel is responsible to notify changes to the view. -The view than changes to state dirty. The view can be updated with call 'update'. - -The View is not responsible to handle single user events (that is instead done by the ChartWindow). -*/ - +/** + * The ChartView is responsible to manage the generation of Drawing Objects + * for visualization on a given OutputDevice. The ChartModel is responsible + * to notify changes to the view. The view than changes to state dirty. The + * view can be updated with call 'update'. + * + * The View is not responsible to handle single user events (that is instead + * done by the ChartWindow). + */ class ChartView : public ::cppu::WeakImplHelper10< ::com::sun::star::lang::XInitialization - , ::com::sun::star::lang::XServiceInfo - , ::com::sun::star::datatransfer::XTransferable + ,::com::sun::star::lang::XServiceInfo + ,::com::sun::star::datatransfer::XTransferable ,::com::sun::star::lang::XUnoTunnel - //::com::sun::star::lang::XComponent ??? - //::com::sun::star::uno::XWeak // implemented by WeakImplHelper(optional interface) - //::com::sun::star::uno::XInterface // implemented by WeakImplHelper(optional interface) - //::com::sun::star::lang::XTypeProvider // implemented by WeakImplHelper ,::com::sun::star::util::XModifyListener ,::com::sun::star::util::XModeChangeBroadcaster ,::com::sun::star::util::XUpdatable @@ -252,9 +246,7 @@ private: //member ::com::sun::star::awt::Rectangle m_aResultingDiagramRectangleExcludingAxes; }; -//............................................................................. -} //namespace chart -//............................................................................. +} #endif -- cgit