Kaydet (Commit) 707bedff authored tarafından Kohei Yoshida's avatar Kohei Yoshida

More cosmetic cleanups.

Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1
üst 454e2b4d
...@@ -45,32 +45,26 @@ ...@@ -45,32 +45,26 @@
class SdrPage; class SdrPage;
//............................................................................. namespace chart {
namespace chart
{
//.............................................................................
class VCoordinateSystem; class VCoordinateSystem;
class DrawModelWrapper; class DrawModelWrapper;
class SeriesPlotterContainer; class SeriesPlotterContainer;
//----------------------------------------------------------------------------- /**
/** The ChartView is responsible to manage the generation of Drawing Objects * 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. * for visualization on a given OutputDevice. The ChartModel is responsible
The view than changes to state dirty. The view can be updated with call 'update'. * 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 View is not responsible to handle single user events (that is instead
* done by the ChartWindow).
*/
class ChartView : public ::cppu::WeakImplHelper10< class ChartView : public ::cppu::WeakImplHelper10<
::com::sun::star::lang::XInitialization ::com::sun::star::lang::XInitialization
, ::com::sun::star::lang::XServiceInfo ,::com::sun::star::lang::XServiceInfo
, ::com::sun::star::datatransfer::XTransferable ,::com::sun::star::datatransfer::XTransferable
,::com::sun::star::lang::XUnoTunnel ,::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::XModifyListener
,::com::sun::star::util::XModeChangeBroadcaster ,::com::sun::star::util::XModeChangeBroadcaster
,::com::sun::star::util::XUpdatable ,::com::sun::star::util::XUpdatable
...@@ -252,9 +246,7 @@ private: //member ...@@ -252,9 +246,7 @@ private: //member
::com::sun::star::awt::Rectangle m_aResultingDiagramRectangleExcludingAxes; ::com::sun::star::awt::Rectangle m_aResultingDiagramRectangleExcludingAxes;
}; };
//............................................................................. }
} //namespace chart
//.............................................................................
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment