From 7fee2a542eca7e346c9dd79fdf02cf0ef8febe8c Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Fri, 17 Sep 2021 19:13:15 +0530 Subject: LOK: maintain blocked command list per view Change-Id: I7c621accd84f49447ab3e08a4bb662a9b91b834a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122253 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tor Lillqvist --- include/comphelper/lok.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/comphelper') diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx index 1ea5b23f017d..54d461dc8cbc 100644 --- a/include/comphelper/lok.hxx +++ b/include/comphelper/lok.hxx @@ -12,8 +12,6 @@ #include #include -#include -#include class LanguageTag; @@ -112,11 +110,6 @@ COMPHELPER_DLLPUBLIC void statusIndicatorSetValue(int percent); COMPHELPER_DLLPUBLIC void statusIndicatorFinish(); COMPHELPER_DLLPUBLIC void setBlockedCommandList(const char* bolckedCommandList); -COMPHELPER_DLLPUBLIC const std::unordered_set& getFreemiumDenyList(); -COMPHELPER_DLLPUBLIC bool isCommandFreemiumDenied(const OUString& command); - -COMPHELPER_DLLPUBLIC const std::unordered_set& getRestrictedCommandList(); -COMPHELPER_DLLPUBLIC bool isRestrictedCommand(const OUString& command); } #endif // INCLUDED_COMPHELPER_LOK_HXX -- cgit