summaryrefslogtreecommitdiffstats
path: root/vcl/source/filter/sgvmain.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgvmain.hxx')
-rw-r--r--vcl/source/filter/sgvmain.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx
index 9ff404016a5e..7b3140c969c0 100644
--- a/vcl/source/filter/sgvmain.hxx
+++ b/vcl/source/filter/sgvmain.hxx
@@ -137,7 +137,7 @@ public:
};
#define ObjkSize 20 /* should be 21. due to alignment we shifted the flag */
-class ObjkType { // basic componenents of all Stardraw objects
+class ObjkType { // basic components of all Stardraw objects
public:
sal_uInt32 Last;
sal_uInt32 Next;
@@ -243,7 +243,7 @@ public:
class TextType: public ObjkType {
public:
sal_uInt8 Flags; // (cheat due to alignment in NT)
- sal_uInt8 Reserve; // for Word Allign
+ sal_uInt8 Reserve; // for Word Align
ObjTextType T; // 64 bytes << DWord-Allign needed for FontID
PointType Pos1; // reference point (upper left)
PointType Pos2; // (lower right)