[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - include/comphelper
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 19 19:58:20 UTC 2020
include/comphelper/lok.hxx | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 1a5681c92469f8cf445c42ff99f5a2a87bae3705
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Fri Sep 18 17:11:09 2020 -0400
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Nov 19 20:57:47 2020 +0100
lok: remove unused API
Change-Id: Ibf3039f0f5d8b580e8d93c77d7adb9c4b90ba67a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105444
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx
index dfbc1a2ce6c0..e9fb004511e5 100644
--- a/include/comphelper/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -29,16 +29,6 @@ namespace LibreOfficeKit
COMPHELPER_DLLPUBLIC void setActive(bool bActive = true);
-// Call either setMobilePhone() or setTablet() for a view, and at most once. (If neither is called,
-// the view is assumed to be on a desktop browser.) In the future, this will possibly be changed
-// into using an enum for the kind of the view, that can be DESKTOP, MOBILEPHONE, or TABLET.
-
-// Tell that LOK view is on a mobile phone (regardless what its pixel resolution is, whether its form factor is "phablet" or not)
-COMPHELPER_DLLPUBLIC void setMobilePhone(int nViewId);
-
-// Tell that LOK view is on a tablet
-COMPHELPER_DLLPUBLIC void setTablet(int nViewId);
-
enum class statusIndicatorCallbackType { Start, SetValue, Finish };
COMPHELPER_DLLPUBLIC void setStatusIndicatorCallback(void (*callback)(void *data, statusIndicatorCallbackType type, int percent), void *data);
More information about the Libreoffice-commits
mailing list