Kaydet (Commit) b5a2dbdb authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie6ce882d5d39cdd24d0647b9fdddabafeee1d25f
Reviewed-on: https://gerrit.libreoffice.org/52277Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst a65d6917
...@@ -30,7 +30,7 @@ module ooo { module vba { module excel { ...@@ -30,7 +30,7 @@ module ooo { module vba { module excel {
<p>The following sheet symbols represent collections of line objects, and <p>The following sheet symbols represent collections of line objects, and
therefore implement this interface:</p> therefore implement this interface:</p>
<ul><li>Arcs: arc objects, and</li> <ul><li>Arcs: arc objects, and</li>
<li>Lines: straight line ojects.</li></ul> <li>Lines: straight line objects.</li></ul>
<p>This symbol is now deprecated in VBA but kept for compatibility with old <p>This symbol is now deprecated in VBA but kept for compatibility with old
VBA scripts.</p> VBA scripts.</p>
......
...@@ -934,7 +934,7 @@ end ...@@ -934,7 +934,7 @@ end
# PTFITEM -------------------------------------------------------------------- # PTFITEM --------------------------------------------------------------------
shortlist=PTFITEM-TYPE,0,data,default,sum,count-all,average,max,min,product,count-mumbers,std-dev,std-dev-p,var,var-p,grand-total,blank shortlist=PTFITEM-TYPE,0,data,default,sum,count-all,average,max,min,product,count-numbers,std-dev,std-dev-p,var,var-p,grand-total,blank
flagslist=PTFITEM-FLAGS flagslist=PTFITEM-FLAGS
0x0001=hidden 0x0001=hidden
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
</xs:attribute> </xs:attribute>
<xs:attribute name="Usage" type="PartyNameUsageList"> <xs:attribute name="Usage" type="PartyNameUsageList">
<xs:annotation> <xs:annotation>
<xs:documentation>Tye of use of this data. e.g. data exchange, contact, update, create</xs:documentation> <xs:documentation>Type of use of this data. e.g. data exchange, contact, update, create</xs:documentation>
</xs:annotation> </xs:annotation>
</xs:attribute> </xs:attribute>
<xs:attribute name="Status" type="ct:StatusList"> <xs:attribute name="Status" type="ct:StatusList">
......
...@@ -5454,7 +5454,7 @@ ...@@ -5454,7 +5454,7 @@
<property name="valign">center</property> <property name="valign">center</property>
<property name="vexpand">True</property> <property name="vexpand">True</property>
<child> <child>
<object class="svtlo-ManagedMenuButton" id="wrapp:MenuWrap"> <object class="svtlo-ManagedMenuButton" id="wrap:MenuWrap">
<property name="label" translatable="yes" context="notebookbar_compact|wrapb">Wrap</property> <property name="label" translatable="yes" context="notebookbar_compact|wrapb">Wrap</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
......
...@@ -217,7 +217,7 @@ LogicalFontInstance* ImplFontCache::GetGlyphFallbackFont( PhysicalFontCollection ...@@ -217,7 +217,7 @@ LogicalFontInstance* ImplFontCache::GetGlyphFallbackFont( PhysicalFontCollection
//fdo#33898 If someone has EUDC installed then they really want that to //fdo#33898 If someone has EUDC installed then they really want that to
//be used as the first-choice glyph fallback seeing as it's filled with //be used as the first-choice glyph fallback seeing as it's filled with
//private area codes with don't make any sense in any other font so //private area codes with don't make any sense in any other font so
//prioritise it here if it's available. Ideally we would remove from //prioritize it here if it's available. Ideally we would remove from
//rMissingCodes all the glyphs which it is able to resolve as an //rMissingCodes all the glyphs which it is able to resolve as an
//optimization, but that's tricky to achieve cross-platform without //optimization, but that's tricky to achieve cross-platform without
//sufficient heavy-weight code that's likely to undo the value of the //sufficient heavy-weight code that's likely to undo the value of the
......
...@@ -284,7 +284,7 @@ SalData::SalData() ...@@ -284,7 +284,7 @@ SalData::SalData()
mnCacheDCInUse = 0; // count of CacheDC in use mnCacheDCInUse = 0; // count of CacheDC in use
mbObjClassInit = false; // is SALOBJECTCLASS initialised mbObjClassInit = false; // is SALOBJECTCLASS initialised
mbInPalChange = false; // is in WM_QUERYNEWPALETTE mbInPalChange = false; // is in WM_QUERYNEWPALETTE
mnAppThreadId = 0; // Id from Applikation-Thread mnAppThreadId = 0; // Id from Application-Thread
mbScrSvrEnabled = FALSE; // ScreenSaver enabled mbScrSvrEnabled = FALSE; // ScreenSaver enabled
mpFirstIcon = nullptr; // icon cache, points to first icon, NULL if none mpFirstIcon = nullptr; // icon cache, points to first icon, NULL if none
mpTempFontItem = nullptr; mpTempFontItem = nullptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment