diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:11:00 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 11:44:19 +0000 |
commit | cf2921ccae8531cf13921c67ad85c5aa0d924b08 (patch) | |
tree | dc0fc44243cf01552a66687f0dce13e9574e6335 /sw/inc/fesh.hxx | |
parent | e26188145238572580b9af18fbde4b824b341046 (diff) |
Fix typos
Change-Id: Iad3a3d77c5d4412a5c0e0b6adcb9bff3389f863c
Reviewed-on: https://gerrit.libreoffice.org/18983
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 478d07a717be..cb6d9f477d8e 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -578,7 +578,7 @@ public: const Graphic* pGrf = 0 ); // --> #i972# - /** for starmath formulas anchored 'as char' it alignes it baseline to baseline + /** for starmath formulas anchored 'as char' it aligns it baseline to baseline changing the previous vertical orientation */ void AlignFormulaToBaseline( const ::com::sun::star::uno::Reference < ::com::sun::star::embed::XEmbeddedObject >& xObj, SwFlyFrm * pFly = 0 ); @@ -650,7 +650,7 @@ public: void SetRowHeight( const SwFormatFrmSize &rSz ); - /// Pointer must be detroyed by caller != 0. + /// Pointer must be destroyed by caller != 0. void GetRowHeight( SwFormatFrmSize *&rpSz ) const; void SetRowSplit( const SwFormatRowSplit &rSz ); |