diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/classification/xNL-types.xsd | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/classification/xNL-types.xsd b/sfx2/classification/xNL-types.xsd index 7c52e5ba3307..dc8769ae34be 100644 --- a/sfx2/classification/xNL-types.xsd +++ b/sfx2/classification/xNL-types.xsd @@ -112,7 +112,7 @@ </xs:simpleType>
<xs:simpleType name="OrganisationNameElementList">
<xs:annotation>
- <xs:documentation>A list of organisation name element types, e.g. Name, propriety type, liability type, etc.</xs:documentation>
+ <xs:documentation>A list of organisation name element types, e.g. Name, property type, liability type, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="NameOnly">
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index b703f0ffdfeb..aa4357d61b5d 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -3049,7 +3049,7 @@ bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium ) { sal_Int32 nVersion = rMedium.GetFilter()->GetVersion(); - // OASIS templates have own mediatypes (SO7 also actually, but it is to late to use them here) + // OASIS templates have own mediatypes (SO7 also actually, but it is too late to use them here) const bool bTemplate = rMedium.GetFilter()->IsOwnTemplateFormat() && nVersion > SOFFICE_FILEFORMAT_60; |