summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-20 09:11:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-31 14:38:58 +0200
commitbec318a4accf6a026577dd33825d0359868daf8f (patch)
tree598685bd7370728a170513fdd38659a31e42b54e /sfx2
parent367719e77747bc142ac4b7ec5ee10d7c5e519c16 (diff)
Fix typos
Change-Id: Iac08e415f84741ecdb151788776ee15e7364fae1 Reviewed-on: https://gerrit.libreoffice.org/77762 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/classification/xNL-types.xsd2
-rw-r--r--sfx2/source/doc/objstor.cxx2
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;