summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Math.xcs4
-rw-r--r--starmath/source/format.cxx2
-rw-r--r--sw/source/core/doc/DocumentStylePoolManager.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Math.xcs b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
index c94616300276..c4466e0da278 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Math.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Math.xcs
@@ -961,7 +961,7 @@
</info>
</maxInclusive>
</constraints>
- <value>100</value>
+ <value>0</value>
</prop>
<prop oor:name="RightSpace" oor:type="xs:short" oor:nillable="false">
<info>
@@ -979,7 +979,7 @@
</info>
</maxInclusive>
</constraints>
- <value>100</value>
+ <value>0</value>
</prop>
<prop oor:name="TopSpace" oor:type="xs:short" oor:nillable="false">
<info>
diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx
index a4bf960fd583..65ec09558d56 100644
--- a/starmath/source/format.cxx
+++ b/starmath/source/format.cxx
@@ -53,7 +53,7 @@ SmFormat::SmFormat()
vDist[DIS_OPERATORSIZE] = 50;
vDist[DIS_OPERATORSPACE] = 20;
vDist[DIS_LEFTSPACE] =
- vDist[DIS_RIGHTSPACE] = 100;
+ vDist[DIS_RIGHTSPACE] = 0;
vDist[DIS_TOPSPACE] =
vDist[DIS_BOTTOMSPACE] =
vDist[DIS_NORMALBRACKETSIZE] = 0;
diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx b/sw/source/core/doc/DocumentStylePoolManager.cxx
index 42e05e0a9aad..bbeb03aec581 100644
--- a/sw/source/core/doc/DocumentStylePoolManager.cxx
+++ b/sw/source/core/doc/DocumentStylePoolManager.cxx
@@ -1662,7 +1662,7 @@ SwFormat* DocumentStylePoolManager::GetFormatFromPool( sal_uInt16 nId )
{
aSet.Put( SwFormatAnchor( RndStdIds::FLY_AS_CHAR ) );
aSet.Put( SwFormatVertOrient( 0, text::VertOrientation::CHAR_CENTER, text::RelOrientation::FRAME ) );
- aSet.Put( SvxLRSpaceItem( 114, 114, 0, 0, RES_LR_SPACE ) );
+ aSet.Put( SvxLRSpaceItem( 0, 0, 0, 0, RES_LR_SPACE ) );
}
break;
case RES_POOLFRM_MARGINAL: