~ken-vandine/lo-menubar/unpacked_waf

« back to all changes in this revision

Viewing changes to src/MenuItemStatusListener.h

  • Committer: Alberto Ruiz
  • Date: 2011-03-21 11:44:35 UTC
  • Revision ID: alberto.ruiz@codethink.co.uk-20110321114435-lh2fp1dxev2s434y
Added comments to MenuItemStatusListener

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
using com::sun::star::frame::XStatusListener;
15
15
using com::sun::star::lang::EventObject;
16
16
 
 
17
// This class listens for changes in each menuitem and notifies FrameHelper about it
17
18
class MenuItemStatusListener : public cppu::WeakImplHelper1 < XStatusListener >
18
19
{
19
20
  private: