summaryrefslogtreecommitdiff
path: root/sc/source
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 /sc/source
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 'sc/source')
-rw-r--r--sc/source/filter/inc/xiescher.hxx10
1 files changed, 5 insertions, 5 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. */