summaryrefslogtreecommitdiffstats
path: root/desktop/README.vars
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-06-17 11:45:02 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-17 12:47:46 +0000
commit5b5706f41f97998785e1e7ad356580772da80c42 (patch)
tree90fbc80386ed79b12bd5fce299c7a139384d9e0b /desktop/README.vars
parentRevert "fdo#38913: Prevent invalid parameter handler crashes" (diff)
downloadcore-5b5706f41f97998785e1e7ad356580772da80c42.tar.gz
core-5b5706f41f97998785e1e7ad356580772da80c42.zip
comphelper lok: remove the g_bViewCallback global
Its purpose was to allow incrementally migrate all callers of SdrModel::libreOfficeKitCallback() to use SfxViewShell::libreOfficeKitViewCallback() (which allows notifying only the currently active or all views) instead. That is done by now, so it can go. Change-Id: I521bbbe5c638dfd844ebf025153459a37362d3c3 Reviewed-on: https://gerrit.libreoffice.org/26413 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'desktop/README.vars')
-rw-r--r--desktop/README.vars1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/README.vars b/desktop/README.vars
index 39e3aaa20436..67c605698110 100644
--- a/desktop/README.vars
+++ b/desktop/README.vars
@@ -13,4 +13,3 @@ LibreOfficeKit
--------------
LOK_DEBUG - Draw a small red rectangle in the top left corner so that it's easy to see where a new tile begins.
-LOK_MODEL_CALLBACK - Use old document-global callback instead of multiple per-view ones.