diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-20 17:28:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-20 17:28:42 -0400 |
commit | 707bedff4fee68dfe2ac38ca7b36244ce09af2b7 (patch) | |
tree | 2da29a69c84fa2e67d0aea222976e0ca5bf3a578 /chart2 | |
parent | 454e2b4d653deeb33407726f84c3d012486dcde8 (diff) |
More cosmetic cleanups.
Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.hxx | 34 |
1 files changed, 13 insertions, 21 deletions
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 |