[Libreoffice-commits] core.git: include/filter
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 26 13:59:29 UTC 2019
include/filter/msfilter/escherex.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit bf10c88d382681b7c7979302060999b6ee996187
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 25 00:19:52 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jul 26 15:58:29 2019 +0200
Fix typo
Change-Id: Id01f3ef311e2fccc5fafa51d4fe19c0012f91345
Reviewed-on: https://gerrit.libreoffice.org/75560
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index fe66f986fea0..729e98835a63 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -56,7 +56,7 @@ namespace tools {
class PolyPolygon;
}
- /*Record Name FBT-Value Instance Contents Wrd Exl PPt Ver*/
+ /*Record Name FBT-Value Instance Contents Wrd Exl PPT Ver*/
// In the Microsoft documentation the naming scheme is msofbt... instead of ESCHER_...
#define ESCHER_DggContainer 0xF000u /* per-document data X X X */
#define ESCHER_Dgg 0xF006u /* an FDGG and several FIDCLs X X X 0 */
@@ -980,7 +980,7 @@ public:
/** Creates and returns a new shape identifier, updates the internal shape
counters and registers the identifier in the DGG cluster table.
@param nDrawingId Drawing identifier has to be passed to be able to
- generate shape identifiers for multiple drawings simultaniously. */
+ generate shape identifiers for multiple drawings simultaneously. */
sal_uInt32 GenerateShapeId( sal_uInt32 nDrawingId, bool bIsInSpgr );
/** Returns the number of shapes in the current drawing, based on number of
calls to the GenerateShapeId() function. */
@@ -1208,7 +1208,7 @@ public:
/// Called if an ESCHER_Prop_lTxid shall be written
virtual sal_uInt32 QueryTextID( const css::uno::Reference< css::drawing::XShape >&, sal_uInt32 nShapeId );
- // add an dummy rectangle shape into the escher stream
+ // add a dummy rectangle shape into the escher stream
sal_uInt32 AddDummyShape();
static const SdrObject* GetSdrObject( const css::uno::Reference< css::drawing::XShape >& rXShape );
More information about the Libreoffice-commits
mailing list