diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-14 14:19:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-20 21:15:25 +0100 |
commit | 4ed26badfd6fd9190cb6e54078b41eb38cb37dca (patch) | |
tree | e9c778147c7b9f1cf133cf4d6dddb699a6031157 /officecfg | |
parent | d798b2784f8aae25168555a6c8b1ccb3ffec79ea (diff) |
use resolution independent positions for writer's screen-rendering
in favor of pushing it down to the text renderers and leave
it to them to optimized as best they can the the rendering
to make it look as well as possible.
the separate ScrArray can then be dropped as a consequence
Change-Id: Ic0849c091a36e1a90453771b1c91b8ff706b679e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128418
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index dd96056b4f67..89c63d849cf7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1459,14 +1459,6 @@ </info> <value>false</value> </prop> - <prop oor:name="GlyphPositioningMode" oor:type="xs:int" oor:nillable="false"> - <!-- UIHints: Tools - Option - Text document - Layout - [Section] Window --> - <info> - <desc>Specifies the Glyph Positioning Mode.</desc> - <label>Glyph Positioning Mode</label> - </info> - <value>2</value> - </prop> </group> <group oor:name="Other"> <info> diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index b4fdab4b8890..8d633caae4f0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -340,14 +340,6 @@ </info> <value>false</value> </prop> - <prop oor:name="GlyphPositioningMode" oor:type="xs:int" oor:nillable="false"> - <!-- UIHints: Tools - Option - HTML-Document - Layout - [Section] Window --> - <info> - <desc>Specifies the Glyph Positioning Mode.</desc> - <label>Glyph Positioning Mode</label> - </info> - <value>2</value> - </prop> </group> <group oor:name="Other"> <info> |