summaryrefslogtreecommitdiff
path: root/framework/source/inc/dispatch/windowcommanddispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/inc/dispatch/windowcommanddispatch.hxx')
-rw-r--r--framework/source/inc/dispatch/windowcommanddispatch.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/framework/source/inc/dispatch/windowcommanddispatch.hxx b/framework/source/inc/dispatch/windowcommanddispatch.hxx
index 6436b32fe26f..11329a2017d6 100644
--- a/framework/source/inc/dispatch/windowcommanddispatch.hxx
+++ b/framework/source/inc/dispatch/windowcommanddispatch.hxx
@@ -59,13 +59,10 @@ class WindowCommandDispatch
/// knows the VCL window (where the hard coded commands occurred) as weak XWindow reference
css::uno::WeakReference< css::awt::XWindow > m_xWindow;
-
// native interface
public:
-
-
/** @short creates a new instance and initialize it with all necessary parameters.
@descr Every instance of such MACDispatch can be used for the specified context only.
@@ -81,19 +78,14 @@ class WindowCommandDispatch
WindowCommandDispatch(const css::uno::Reference< css::uno::XComponentContext >& xContext ,
const css::uno::Reference< css::frame::XFrame >& xFrame);
-
-
/** @short used to free internal resources.
*/
virtual ~WindowCommandDispatch();
-
// implementation
private:
-
-
/** @short establish all listener connections we need.
@descr Those listener connections will be created one times only (see ctor).
@@ -107,14 +99,10 @@ class WindowCommandDispatch
*/
void impl_stopListening();
-
-
/** @short callback from VCL to notify new commands
*/
DECL_LINK( impl_notifyCommand, void* );
-
-
/** @short dispatch right command URLs into our frame context.
@param sCommand