Fix minor translation mistake
The word "insertation" is not really an english word. Thanks for the reviewer who brought that up. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
This commit is contained in:
parent
bb41dbc039
commit
63d8c400a5
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class SW_DLLPUBLIC SwFlyFrmAttrMgr
|
|||
SW_DLLPRIVATE SwTwips CalcLeftSpace();
|
||||
SW_DLLPRIVATE SwTwips CalcRightSpace();
|
||||
|
||||
SW_DLLPRIVATE void _UpdateFlyFrm(); // post-treatment after insertation or update
|
||||
SW_DLLPRIVATE void _UpdateFlyFrm(); // post-treatment after insert or update
|
||||
|
||||
public:
|
||||
SwFlyFrmAttrMgr( sal_Bool bNew, SwWrtShell* pSh, sal_uInt8 nType );
|
||||
|
|
Loading…
Reference in a new issue