diff options
author | Hussian Alamri <husain.amri@me.com> | 2014-05-13 18:50:42 -0400 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-05-14 14:17:01 +0100 |
commit | 493bd11fcb1305e761daddb79457e84322593b53 (patch) | |
tree | e5886f3814e1092d3abc88c5fea7b5a017c14334 /framework/inc/dispatch | |
parent | b28c0afdae884dff3a2f06adce80e3520f6ebf68 (diff) |
Removed redundant private methods comments
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r-- | framework/inc/dispatch/menudispatcher.hxx | 1 | ||||
-rw-r--r-- | framework/inc/dispatch/oxt_handler.hxx | 2 | ||||
-rw-r--r-- | framework/inc/dispatch/popupmenudispatcher.hxx | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx index 92bde6d2f39f..a1d3f758564b 100644 --- a/framework/inc/dispatch/menudispatcher.hxx +++ b/framework/inc/dispatch/menudispatcher.hxx @@ -155,7 +155,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2< virtual ~MenuDispatcher(); - // private methods private: diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx index b8d6d2eb4a56..b32a53e21c68 100644 --- a/framework/inc/dispatch/oxt_handler.hxx +++ b/framework/inc/dispatch/oxt_handler.hxx @@ -93,8 +93,6 @@ class Oxt_Handler : public ::cppu::WeakImplHelper3< protected: - // private methods - private: // variables diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx index 8c60489b6703..d21632619f82 100644 --- a/framework/inc/dispatch/popupmenudispatcher.hxx +++ b/framework/inc/dispatch/popupmenudispatcher.hxx @@ -121,7 +121,6 @@ class PopupMenuDispatcher : public ::cppu::WeakImplHelper5< void impl_RetrievePopupControllerQuery(); void impl_CreateUriRefFactory(); - // private methods // variables private: |