summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:00:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:19 +0200
commite4309eb87d50ba25fb27b55716fd02c323b0ac1c (patch)
tree5cec6290da03ccc55e8cc5450fe31c0e8e21b5f4 /sd
parent4c2c4e36ed7788fdd09a8e91d8337cc408a887ea (diff)
typo: adjustement -> adjustment
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 728fb46e3d11..f64db606f6f9 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -432,7 +432,7 @@ SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const
aTempAttr.Put(SdrTextAutoGrowHeightItem(false));
}
- // check if we need another vertical adjustement than the default
+ // check if we need another vertical adjustment than the default
SdrTextVertAdjust eV = SDRTEXTVERTADJUST_TOP;
if( (eObjKind == PRESOBJ_FOOTER) && (mePageKind != PK_STANDARD) )