summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGökay ŞATIR <gokaysatir@collabora.com>2023-03-16 07:22:39 +0000
committerMiklos Vajna <vmiklos@collabora.com>2023-03-20 07:37:58 +0000
commit5c594e23dedfb995c8aa87934a6737f20703583f (patch)
treec193377a22956b4931b003325dc79db0c4fa7d56 /include
parent20d7735c21eeee208536f98c641ca6ba8da95606 (diff)
Revert "Preload the accelerator configurations when libreofficekit is active."
This reverts commit 8b1e20c164e11689894ca605735541fad9aea3b1. Reason for revert: This is for 23.05 branch. Change-Id: I6fc584ba063d9013e7cb5b05438b51a9169149df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148956 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/lokhelper.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 5b3debd9f7e6..95eb0a9f9f6f 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -23,7 +23,6 @@
#include <rtl/string.hxx>
#include <optional>
#include <string_view>
-#include <sfx2/app.hxx>
struct SFX2_DLLPUBLIC LokMouseEventData
{
@@ -50,8 +49,6 @@ struct SFX2_DLLPUBLIC LokMouseEventData
class SFX2_DLLPUBLIC SfxLokHelper
{
public:
- /// Gets the short cut accelerators.
- static std::unordered_map<OUString, css::uno::Reference<com::sun::star::ui::XAcceleratorConfiguration>>& getAcceleratorConfs();
/// Create a new view shell from the current view frame.
/// This assumes a single document is ever loaded.
static int createView();