summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-03-03 09:01:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-03-03 08:09:17 +0000
commit5c4d4b370d2f6645c797c626d407013702f474c7 (patch)
treeb030628ea3133a7a632cef26a3ef8472682649a0 /include/svtools
parent4cd6cba3edcba6497220924acc6716ea6027e559 (diff)
tdf#153926 crash when trying to change language for selection
regression from commit 5032262fccd0ef7f274323ae481b3230ffd42d3a Author: Noel Grandin <noel.grandin@collabora.co.uk> Date: Tue Feb 21 15:05:37 2023 +0200 BaseMutex->std::mutex in PopupMenuControllerBase Change-Id: I46b6458a809659845de26059fcab4772e5089ce6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148161 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx
index c0a8b531acf6..b484aafd7a06 100644
--- a/include/svtools/popupmenucontrollerbase.hxx
+++ b/include/svtools/popupmenucontrollerbase.hxx
@@ -95,6 +95,8 @@ namespace svt
protected:
virtual void initializeImpl( std::unique_lock<std::mutex>& rGuard, const css::uno::Sequence< css::uno::Any >& aArguments );
+ void dispatchCommandImpl( std::unique_lock<std::mutex>& rGuard, const OUString& sCommandURL, const css::uno::Sequence< css::beans::PropertyValue >& rArgs, const OUString& sTarget );
+
/** helper method to cause statusChanged is called once for the given command url */
void updateCommand( const OUString& rCommandURL );