summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorMartin Kepplinger <martinkepplinger@eml.cc>2011-04-22 14:16:21 +0200
committerMartin Kepplinger <martinkepplinger@eml.cc>2011-04-22 14:16:21 +0200
commit63d8c400a545181a4d8afc6c875d3673510b510f (patch)
tree9955a6e8b40c6e9948913c1c5a90c7d29a096ad0 /sw/source/ui
parentbb41dbc0398fec2b10c6fae63e790f95a62c4720 (diff)
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.
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/inc/frmmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/frmmgr.hxx b/sw/source/ui/inc/frmmgr.hxx
index d9a62747d69d..91b1ae6240b5 100644
--- a/sw/source/ui/inc/frmmgr.hxx
+++ b/sw/source/ui/inc/frmmgr.hxx
@@ -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 );