summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-09-18 17:11:09 -0400
committerAshod Nakashian <ash@collabora.com>2020-11-19 05:55:00 +0100
commit8f79f590662145b054661846e018a4fc1837db8a (patch)
tree2e2c7e7d5735eb92ae852548b4dff5245edb499e /include/comphelper
parentsw replacement image creation: fix this when an ODT's settings.xml is invalid (diff)
downloadcore-8f79f590662145b054661846e018a4fc1837db8a.tar.gz
core-8f79f590662145b054661846e018a4fc1837db8a.zip
lok: remove unused API
Change-Id: Ibf3039f0f5d8b580e8d93c77d7adb9c4b90ba67a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105365 Tested-by: Jenkins Reviewed-by: Ashod Nakashian <ash@collabora.com>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/lok.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx
index b8276ea49fc6..2391ceab3661 100644
--- a/include/comphelper/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -26,16 +26,6 @@ namespace comphelper::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);