From d5d96e04ad8014f3e68351ccb54221d9610b565b Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 22 Oct 2019 15:58:31 +0200 Subject: Add document-level option to lock down printing Change-Id: I85694021d74be79293079d04d5ba1d9b48cfa557 Reviewed-on: https://gerrit.libreoffice.org/81340 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- include/sfx2/sfxsids.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sfx2/sfxsids.hrc') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 0b5eeb73a32b..d323147ec456 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -266,6 +266,7 @@ class SvxSearchItem; #define SID_IS_REDACT_MODE (SID_SFX_START + 1733) #define SID_REDACTION_STYLE (SID_SFX_START + 1734) #define SID_DIALOG_PARENT (SID_SFX_START + 1735) +#define SID_LOCK_PRINT (SID_SFX_START + 1736) // SID_SFX_free_START (SID_SFX_START + 1737) // SID_SFX_free_END (SID_SFX_START + 3999) -- cgit