summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/filter/inc/xiescher.hxx10
-rw-r--r--scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java2
-rw-r--r--sfx2/classification/xNL-types.xsd2
-rw-r--r--sfx2/source/doc/objstor.cxx2
4 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index 37f457920d57..1d1c42859cb9 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -959,7 +959,7 @@ private:
DffRecordHeader& rHeader,
SvxMSDffClientData& rClientData,
DffObjData& rObjData ) override;
- /** Processes an DFF object, reads properties from DFF stream. */
+ /** Processes a DFF object, reads properties from DFF stream. */
virtual SdrObject* ProcessObj(
SvStream& rDffStrm,
DffObjData& rDffObjData,
@@ -1086,7 +1086,7 @@ private:
/** Reads and returns a bitmap from BMP format. */
static void ReadBmp( Graphic& rGraphic, const XclImpRoot& rRoot, XclImpStream& rStrm );
- /** Reads contents of an DFF record and append data to internal DFF stream. */
+ /** Reads contents of a DFF record and append data to internal DFF stream. */
void ReadDffRecord( XclImpStream& rStrm );
/** Reads a BIFF8 OBJ record following an MSODRAWING record. */
void ReadObj8( XclImpStream& rStrm );
@@ -1181,7 +1181,7 @@ private:
// DFF property set helper ====================================================
-/** This class reads an DFF property set (msofbtOPT record).
+/** This class reads a DFF property set (msofbtOPT record).
It can return separate property values or an item set which contains items
translated from these properties.
@@ -1191,8 +1191,8 @@ class XclImpDffPropSet : protected XclImpRoot
public:
explicit XclImpDffPropSet( const XclImpRoot& rRoot );
- /** Reads an DFF property set from the stream.
- @descr The stream must point to the start of an DFF record containing properties. */
+ /** Reads a DFF property set from the stream.
+ @descr The stream must point to the start of a DFF record containing properties. */
void Read( XclImpStream& rStrm );
/** Returns the specified property or zero, if not extant. */
diff --git a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
index 0b5194215d36..821e2e84ab37 100644
--- a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
@@ -348,7 +348,7 @@ public class UnoPkgContainer extends ParcelContainer {
uri.contains("$BUNDLED_EXTENSIONS/")) {
//its in a bundle need to determine the uno-package file its in
- LogUtils.DEBUG("processUnoPackage - is part of a uno bundle");
+ LogUtils.DEBUG("processUnoPackage - is part of a UNO bundle");
int index = uri.lastIndexOf('/');
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;