svx/sdi/svx.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4d094e2aa42f696f893b3de7677b9ec26a2431a4 Author: Oliver Specht <[email protected]> Date: Fri Jan 15 16:37:44 2016 +0100 tdf#48593: disable increase/decrease indent in read-only documents Change-Id: If181fa36d1be6ccbff51f482fdaf92034ee5d876 Reviewed-on: https://gerrit.libreoffice.org/21492 Tested-by: Jenkins <[email protected]> Reviewed-by: Oliver Specht <[email protected]> diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index e62333e..2c7fae3 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -13822,7 +13822,7 @@ SfxVoidItem IncrementIndent SID_INC_INDENT FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, @@ -13850,7 +13850,7 @@ SfxVoidItem DecrementIndent SID_DEC_INDENT FastCall = FALSE, HasCoreId = FALSE, HasDialog = FALSE, - ReadOnlyDoc = TRUE, + ReadOnlyDoc = FALSE, Toggle = FALSE, Container = FALSE, RecordAbsolute = FALSE, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
