summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-25 00:19:52 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-26 15:58:29 +0200
commitbf10c88d382681b7c7979302060999b6ee996187 (patch)
tree64d0860c4dbca25192abf2f4a2abbe25cd9be0f8 /include/filter
parenteef4898f463c552a1e378e7ca7426fbec91d6873 (diff)
Fix typo
Change-Id: Id01f3ef311e2fccc5fafa51d4fe19c0012f91345 Reviewed-on: https://gerrit.libreoffice.org/75560 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/escherex.hxx6
1 files changed, 3 insertions, 3 deletions
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 );