[Libreoffice-commits] core.git: svx/sdi
Oliver Specht
oliver.specht at cib.de
Fri Jan 15 09:26:55 PST 2016
svx/sdi/svx.sdi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4d094e2aa42f696f893b3de7677b9ec26a2431a4
Author: Oliver Specht <oliver.specht at cib.de>
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 <ci at libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht at cib.de>
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,
More information about the Libreoffice-commits
mailing list