summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.com>2020-05-19 13:37:04 +0530
committerDennis Francis <dennis.francis@collabora.com>2020-07-04 12:04:55 +0200
commitb6d8dd62dd0892b9a2eeac68fe2e2ee366d59057 (patch)
treed98d715f549cebbaed7763c3a917a28f90b1e865 /include/comphelper
parent9f7cf0907e5a5d2b571e9c859f6be7648341da72 (diff)
lokit: Introduce new flag "sc_print_twips_msgs"...
for conditioning all changes needed to allow calc messages in print twips coordinates. Change-Id: I407b4d4d4e0a1dfb2c4339cafa10b368b437c82d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96904 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Dennis Francis <dennis.francis@collabora.com> (cherry picked from commit 8f382dcee04588ac1e95f03f55df2b87883ce259) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96967 Tested-by: Jenkins
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/lok.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx
index 88901a24d991..dfbc1a2ce6c0 100644
--- a/include/comphelper/lok.hxx
+++ b/include/comphelper/lok.hxx
@@ -86,6 +86,7 @@ enum Compat : sal_uInt32
{
none = 0,
scNoGridBackground = 1,
+ scPrintTwipsMsgs = 2,
};
/// Set compatibility flags
COMPHELPER_DLLPUBLIC void setCompatFlag(Compat flag);