diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 20:46:04 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 21:36:25 +0200 |
commit | 5bd6b61a7cad81d8385e5bc4ea0e6546b1eb7314 (patch) | |
tree | b8c810b55d4fefffd73fa56c4381430e7d22bf0d /include | |
parent | afe235a0abf9ef91a353a4d0dccf56961abd2fbf (diff) |
NewMenuController: Remove duplicate async dispatch handling
Change-Id: I881e6781c5ba82b0b998891532f8b7c281567b73
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/popupmenucontrollerbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx index 4214c6678abe..4fcfad407b20 100644 --- a/include/svtools/popupmenucontrollerbase.hxx +++ b/include/svtools/popupmenucontrollerbase.hxx @@ -95,7 +95,7 @@ namespace svt // XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw ( css::uno::RuntimeException, std::exception ) override; - void dispatchCommand( const OUString& sCommandURL, const css::uno::Sequence< css::beans::PropertyValue >& rArgs ); + void dispatchCommand( const OUString& sCommandURL, const css::uno::Sequence< css::beans::PropertyValue >& rArgs, const OUString& sTarget = OUString() ); protected: void throwIfDisposed() throw ( css::uno::RuntimeException ); |