[Libreoffice-commits] .: sw/source

Martin Kepplinger mkepplinger at kemper.freedesktop.org
Fri Apr 22 05:19:08 PDT 2011


 sw/source/ui/inc/frmmgr.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81d8c7eb503552d96e4607b8baaa1bc040c5907c
Author: Martin Kepplinger <martinkepplinger at eml.cc>
Date:   Fri Apr 22 14:16:21 2011 +0200

    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.

diff --git a/sw/source/ui/inc/frmmgr.hxx b/sw/source/ui/inc/frmmgr.hxx
index 2c8560b..4530f52 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 );


More information about the Libreoffice-commits mailing list