From c220d97e22001db116f6f8204922b25a9e61e26f Mon Sep 17 00:00:00 2001 From: Heiko Tietze Date: Tue, 1 Dec 2020 12:21:10 +0100 Subject: Resolves tdf#99646 - Make default type of anchoring optional Option introduced at Tools > Options > Writer > Formatting Aids Change-Id: I8d890f84107647821c39669114b991c301727788 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106970 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- .../schema/org/openoffice/Office/Writer.xcs | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 069b68aac076..84125017318f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1087,6 +1087,31 @@ false + + + + Specifies the anchor of newly inserted images. + + + + + + FLY_TO_PARA + + + + + FLY_TO_CHAR + + + + + FLY_AS_CHAR + + + + 1 + -- cgit