You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/09/28 18:07:59 UTC

[openoffice] branch trunk updated: Fixed several typos

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c47da6e  Fixed several typos
c47da6e is described below

commit c47da6ea653604c64a84e90ede2d0a69fcd8f7e9
Author: mseidel <ms...@apache.org>
AuthorDate: Mon Sep 28 20:07:12 2020 +0200

    Fixed several typos
---
 main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx           | 2 +-
 main/basegfx/source/workbench/bezierclip.cxx                        | 2 +-
 main/basegfx/test/testtools.hxx                                     | 2 +-
 main/basic/source/classes/sbxmod.cxx                                | 2 +-
 main/canvas/source/directx/dx_textlayout.hxx                        | 2 +-
 main/cui/source/dialogs/SpellDialog.cxx                             | 2 +-
 main/cui/source/dialogs/cuifmsearch.cxx                             | 4 ++--
 main/cui/source/options/optcolor.cxx                                | 2 +-
 main/cui/source/options/treeopt.cxx                                 | 6 +++---
 main/cui/source/tabpages/page.cxx                                   | 2 +-
 .../inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx             | 4 ++--
 .../inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx           | 4 ++--
 main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx        | 2 +-
 main/editeng/inc/editeng/AccessibleEditableTextPara.hxx             | 2 +-
 main/framework/source/services/frame.cxx                            | 2 +-
 main/offapi/com/sun/star/geometry/AffineMatrix2D.idl                | 2 +-
 main/offapi/com/sun/star/geometry/AffineMatrix3D.idl                | 2 +-
 main/offapi/com/sun/star/rendering/XAnimatedSprite.idl              | 2 +-
 main/offapi/com/sun/star/rendering/XBufferController.idl            | 2 +-
 main/sd/source/ui/dlg/tpaction.cxx                                  | 2 +-
 main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx         | 2 +-
 .../sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx | 2 +-
 main/slideshow/source/engine/animationnodes/animationbasenode.cxx   | 2 +-
 main/slideshow/source/inc/slide.hxx                                 | 2 +-
 main/slideshow/source/inc/viewlayer.hxx                             | 2 +-
 main/svx/inc/svx/IAccessibleViewForwarder.hxx                       | 2 +-
 main/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx       | 2 +-
 main/sw/inc/dcontact.hxx                                            | 4 ++--
 main/sw/source/core/layout/tabfrm.cxx                               | 2 +-
 main/sw/source/ui/frmdlg/frmpage.cxx                                | 4 ++--
 main/xmloff/source/chart/MultiPropertySetHandler.hxx                | 2 +-
 31 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx b/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
index b02c37c..46518ed 100644
--- a/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
+++ b/main/basegfx/inc/basegfx/polygon/b2dpolypolygoncutter.hxx
@@ -37,7 +37,7 @@ namespace basegfx
 		// result will contain only non-cutting polygons. For that reason, points will be added at
 		// crossover and touch points and the single Polygons may be re-combined. The orientations
 		// of the contained polygons in not changed but used as topological information.
-		// Self crossovers of the contained sub-polygons are implicitely handled, but to not lose
+		// Self crossovers of the contained sub-polygons are implicitly handled, but to not lose
 		// the topological information, it may be necessary to remove self-intersections of the
 		// contained sub-polygons in a preparing step and to explicitly correct their orientations.
 		BASEGFX_DLLPUBLIC B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate);
diff --git a/main/basegfx/source/workbench/bezierclip.cxx b/main/basegfx/source/workbench/bezierclip.cxx
index 623c057..8f1112a 100644
--- a/main/basegfx/source/workbench/bezierclip.cxx
+++ b/main/basegfx/source/workbench/bezierclip.cxx
@@ -593,7 +593,7 @@ bool Impl_calcClipRange( double& 		t1,
         FatLine	bounds_c2;
 
         // must use the subdivided version of c2, since the fat line
-        // algorithm works implicitely with the convex hull bounding
+        // algorithm works implicitly with the convex hull bounding
         // box.
         Impl_calcFatLine(bounds_c2, c2_part);
        
diff --git a/main/basegfx/test/testtools.hxx b/main/basegfx/test/testtools.hxx
index eadebe4..f4b9e15 100644
--- a/main/basegfx/test/testtools.hxx
+++ b/main/basegfx/test/testtools.hxx
@@ -52,7 +52,7 @@ namespace basegfx
 
             /** Delete the plotter
 
-				This implicitely flushes all potential pending writes
+				This implicitly flushes all potential pending writes
 				to the output stream
              */
             ~Plotter();
diff --git a/main/basic/source/classes/sbxmod.cxx b/main/basic/source/classes/sbxmod.cxx
index e9bb418..675880c 100644
--- a/main/basic/source/classes/sbxmod.cxx
+++ b/main/basic/source/classes/sbxmod.cxx
@@ -802,7 +802,7 @@ void SbModule::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
 		else
 		{
 			// #i92642: Special handling for name property to avoid 
-			// side effects when using name as variable implicitely
+			// side effects when using name as variable implicitly
 			bool bForwardToSbxObject = true;
 
 			sal_uIntPtr nId = pHint->GetId();
diff --git a/main/canvas/source/directx/dx_textlayout.hxx b/main/canvas/source/directx/dx_textlayout.hxx
index 2d4fbad..983c083 100644
--- a/main/canvas/source/directx/dx_textlayout.hxx
+++ b/main/canvas/source/directx/dx_textlayout.hxx
@@ -98,7 +98,7 @@ namespace dxcanvas
         ~TextLayout(); // we're a ref-counted UNO class. _We_ destroy ourselves.
 
     private:
-        // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitely has one already
+        // NOTE: no need for GDIPlusUserSharedPtr, mpFont implicitly has one already
 
         ::com::sun::star::rendering::StringContext maText;
         ::com::sun::star::uno::Sequence< double >  maLogicalAdvancements;
diff --git a/main/cui/source/dialogs/SpellDialog.cxx b/main/cui/source/dialogs/SpellDialog.cxx
index e6eb5a7..bf15b4d 100644
--- a/main/cui/source/dialogs/SpellDialog.cxx
+++ b/main/cui/source/dialogs/SpellDialog.cxx
@@ -431,7 +431,7 @@ void SpellDialog::SpellContinue_Impl(bool bUseSavedSentence, bool bIgnoreCurrent
     }
 }
 /* -----------------10.09.2003 14:04-----------------
-    Initialize, asynchronous to prevent virtial calls
+    Initialize, asynchronous to prevent virtual calls
     from a constructor
  --------------------------------------------------*/
 IMPL_STATIC_LINK( SpellDialog, InitHdl, SpellDialog *, EMPTYARG )
diff --git a/main/cui/source/dialogs/cuifmsearch.cxx b/main/cui/source/dialogs/cuifmsearch.cxx
index 78fa5f0..6255cb5 100644
--- a/main/cui/source/dialogs/cuifmsearch.cxx
+++ b/main/cui/source/dialogs/cuifmsearch.cxx
@@ -374,7 +374,7 @@ IMPL_LINK(FmSearchDialog, OnClickedSearchAgain, Button*, EMPTYARG)
 		}
 	}
 	else
-	{	// der Button hat die Fukntion 'Abbrechen'
+	{	// der Button hat die Funktion 'Abbrechen'
 		DBG_ASSERT(m_pSearchEngine->GetSearchMode() != SM_BRUTE, "FmSearchDialog, OnClickedSearchAgain : falscher Modus !");
 			// der CancelButton wird normalerweise nur disabled, wenn ich in einem Thread oder mit Reschedule arbeite
 		m_pSearchEngine->CancelSearch();
@@ -775,7 +775,7 @@ IMPL_LINK(FmSearchDialog, OnSearchProgress, FmSearchProgress*, pProgress)
 {
 	::vos::OGuard aGuard( Application::GetSolarMutex() );
 		// diese eine Methode Thread-sicher machen (das ist ein Overkill, die ganze restliche Applikation dafuer zu blockieren,
-		// aber im Augenblick haben wir kein anderes Sicherheitskonpzept)
+		// aber im Augenblick haben wir kein anderes Sicherheitskonzept)
 
 	switch (pProgress->aSearchState)
 	{
diff --git a/main/cui/source/options/optcolor.cxx b/main/cui/source/options/optcolor.cxx
index f772679..38e090c 100644
--- a/main/cui/source/options/optcolor.cxx
+++ b/main/cui/source/options/optcolor.cxx
@@ -1312,7 +1312,7 @@ IMPL_LINK(ColorConfigCtrl_Impl, ScrollHdl, ScrollBar*, pScrollBar)
                 nLastVisible = i;
         }
     }
-    //show the one prior to the first visible and the first after the last visble control
+    //show the one prior to the first visible and the first after the last visible control
     //to enable KEY_TAB travelling
 
     if(nFirstVisible)
diff --git a/main/cui/source/options/treeopt.cxx b/main/cui/source/options/treeopt.cxx
index bc1d1f3..6a71412 100644
--- a/main/cui/source/options/treeopt.cxx
+++ b/main/cui/source/options/treeopt.cxx
@@ -2251,11 +2251,11 @@ bool isNodeActive( OptionsNode* pNode, Module* pModule )
 {
     if ( pNode )
     {
-        // Node for all modules actine?
+        // Node for all modules active?
         if ( pNode->m_bAllModules )
             return true;
 
-        // OOo-Nodes (Writer, Calc, Impress...) are active if node is already inserted
+        // AOO-Nodes (Writer, Calc, Impress...) are active if node is already inserted
         if ( getGroupName( pNode->m_sId, false ).Len() > 0 )
             return true;
 
@@ -2637,7 +2637,7 @@ short OfaTreeOptionsDialog::Execute()
 		{
 			GetColorTable()->Save();
 
-			// notify current viewframe it it uses the same color table
+			// notify current viewframe if it uses the same color table
 			if ( SfxViewFrame::Current() && SfxViewFrame::Current()->GetDispatcher() )
 			{
 				const SvxColorTableItem* pPtr = dynamic_cast< const SvxColorTableItem* >(
diff --git a/main/cui/source/tabpages/page.cxx b/main/cui/source/tabpages/page.cxx
index ef7f029..8d0001e 100644
--- a/main/cui/source/tabpages/page.cxx
+++ b/main/cui/source/tabpages/page.cxx
@@ -1154,7 +1154,7 @@ IMPL_LINK( SvxPageDescPage, SwapOrientation_Impl, RadioButton *, pBtn )
 		const long lWidth = GetCoreValue( aPaperWidthEdit, SFX_MAPUNIT_100TH_MM );
 		const long lHeight = GetCoreValue( aPaperHeightEdit, SFX_MAPUNIT_100TH_MM );
 
-        // swap with and height
+        // swap width and height
 		SetMetricValue( aPaperWidthEdit, lHeight, SFX_MAPUNIT_100TH_MM );
 		SetMetricValue( aPaperHeightEdit, lWidth, SFX_MAPUNIT_100TH_MM );
 
diff --git a/main/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx b/main/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
index a57b49b..2f07977 100644
--- a/main/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
+++ b/main/drawinglayer/inc/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx
@@ -36,8 +36,8 @@ namespace drawinglayer
         /** SdrCubePrimitive3D class
 
             This 3D primitive expands the SdrPrimitive3D to a 3D cube definition.
-            The cube is implicitely in unit coordinates and the given transformation 
-            defines it's geometry in space.
+            The cube is implicitly in unit coordinates and the given transformation 
+            defines its geometry in space.
          */
 		class DRAWINGLAYER_DLLPUBLIC SdrCubePrimitive3D : public SdrPrimitive3D
 		{
diff --git a/main/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx b/main/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
index 0e0788b..2549b89 100644
--- a/main/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
+++ b/main/drawinglayer/inc/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx
@@ -36,8 +36,8 @@ namespace drawinglayer
         /** SdrSpherePrimitive3D class
 
             This 3D primitive expands the SdrPrimitive3D to a 3D sphere definition.
-            The sphere is implicitely in unit coordinates and the given transformation 
-            defines it's geometry in space.
+            The sphere is implicitly in unit coordinates and the given transformation 
+            defines its geometry in space.
          */
 		class DRAWINGLAYER_DLLPUBLIC SdrSpherePrimitive3D : public SdrPrimitive3D
 		{
diff --git a/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 24ad8a0..f7830da 100644
--- a/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/main/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -2327,7 +2327,7 @@ namespace
                                 }
 
                                 // #i112300# clip against polygon representing the rectangle from
-                                // the action. This is implicitely done using a temp Clipping in VCL
+                                // the action. This is implicitly done using a temp Clipping in VCL
                                 // when a MetaGradientAction is executed
                     			aOutline.transform(rPropertyHolders.Current().getTransformation());
                                 rTargetHolders.Current().append(
diff --git a/main/editeng/inc/editeng/AccessibleEditableTextPara.hxx b/main/editeng/inc/editeng/AccessibleEditableTextPara.hxx
index e117d32..0e071d4 100644
--- a/main/editeng/inc/editeng/AccessibleEditableTextPara.hxx
+++ b/main/editeng/inc/editeng/AccessibleEditableTextPara.hxx
@@ -125,7 +125,7 @@ namespace accessibility
         virtual sal_Int32 SAL_CALL getForeground(  ) throw (::com::sun::star::uno::RuntimeException);
         virtual sal_Int32 SAL_CALL getBackground(  ) throw (::com::sun::star::uno::RuntimeException);
 
-        // XAccessibleText (this comes implicitely inherited by XAccessibleEditableText AND by XAccessibleMultiLineText)
+        // XAccessibleText (this comes implicitly inherited by XAccessibleEditableText AND by XAccessibleMultiLineText)
         virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
         virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
         virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
diff --git a/main/framework/source/services/frame.cxx b/main/framework/source/services/frame.cxx
index c7e4812..9cedad3 100644
--- a/main/framework/source/services/frame.cxx
+++ b/main/framework/source/services/frame.cxx
@@ -2308,7 +2308,7 @@ aEvent
 
     if( eActiveState != E_INACTIVE )
     {
-        // Deactivation is always done implicitely by activation of another frame.
+        // Deactivation is always done implicitly by activation of another frame.
         // Only if no activation is done, deactivations have to be processed if the activated window
         // is a parent window of the last active Window!
         ::vos::OClearableGuard aSolarGuard( Application::GetSolarMutex() );
diff --git a/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl b/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
index af5230c..05af7a4 100644
--- a/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
+++ b/main/offapi/com/sun/star/geometry/AffineMatrix2D.idl
@@ -29,7 +29,7 @@ module com {  module sun {  module star {  module geometry {
 
     The matrix defined by this structure constitutes an affine mapping
     of a point in 2D to another point in 2D. The last line of a
-    complete 3 by 3 matrix is omitted, since it is implicitely assumed
+    complete 3 by 3 matrix is omitted, since it is implicitly assumed
     to be [0,0,1].<p>
 
     An affine mapping, as performed by this matrix, can be written out
diff --git a/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl b/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
index f7f4e3e..814bae9 100644
--- a/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
+++ b/main/offapi/com/sun/star/geometry/AffineMatrix3D.idl
@@ -29,7 +29,7 @@ module com {  module sun {  module star {  module geometry {
 
     The matrix defined by this structure constitutes an affine mapping
     of a point in 3D to another point in 3D. The last line of a
-    complete 4 by 4 matrix is omitted, since it is implicitely assumed
+    complete 4 by 4 matrix is omitted, since it is implicitly assumed
     to be [0,0,0,1].<p>
 
     An affine mapping, as performed by this matrix, can be written out
diff --git a/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl b/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
index 337d7ca..89ab221 100644
--- a/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
+++ b/main/offapi/com/sun/star/rendering/XAnimatedSprite.idl
@@ -172,7 +172,7 @@ published interface XAnimatedSprite : XSprite
         [0,1] range.
 
         @param bUpdateAnimation
-        Whether this method should implicitely call
+        Whether this method should implicitly call
         <member>XSpriteCanvas::updateAnimation</member> or not.
 
         @throws <type>com::sun::star::lang::IllegalArgumentException</type>
diff --git a/main/offapi/com/sun/star/rendering/XBufferController.idl b/main/offapi/com/sun/star/rendering/XBufferController.idl
index 75c08c9..ae2dd39 100644
--- a/main/offapi/com/sun/star/rendering/XBufferController.idl
+++ b/main/offapi/com/sun/star/rendering/XBufferController.idl
@@ -44,7 +44,7 @@ published interface XBufferController : ::com::sun::star::uno::XInterface
 {
     /** Create the given number of background buffers.<p>
 
-        There's one buffer implicitely available, which is the canvas
+        There's one buffer implicitly available, which is the canvas
         surface itself. Thus, calling <code>createBuffers(1)</code>
         creates a double-buffered object.<p>
 
diff --git a/main/sd/source/ui/dlg/tpaction.cxx b/main/sd/source/ui/dlg/tpaction.cxx
index a6500e4..742c6b1 100644
--- a/main/sd/source/ui/dlg/tpaction.cxx
+++ b/main/sd/source/ui/dlg/tpaction.cxx
@@ -484,7 +484,7 @@ void SdTPAction::OpenFileDialog()
 			aFileDialog.SetDisplayDirectory( aFile );
 
             // The following is a fix for #1008001# and a workarround for
-            // #i4306#: The addition of the implicitely existing "all files"
+            // #i4306#: The addition of the implicitly existing "all files"
             // filter makes the (Windows system) open file dialog follow
             // links on the desktop to directories.
             aFileDialog.AddFilter (
diff --git a/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index c6221cb..0b31e40 100644
--- a/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/main/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -1164,7 +1164,7 @@ void SlotManager::DuplicateSelectedSlides (SfxRequest& rRequest)
 
 void SlotManager::ExecuteCommandAsynchronously (::std::auto_ptr<Command> pCommand)
 {
-    // Ownership of command is (implicitely) transferred to the queue.
+    // Ownership of command is (implicitly) transferred to the queue.
     maCommandQueue.push(pCommand.get());
     pCommand.release();
     Application::PostUserEvent(LINK(this,SlotManager,UserEventCallback));
diff --git a/main/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/main/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
index f0908e9..2a3e8cf 100644
--- a/main/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
+++ b/main/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
@@ -47,7 +47,7 @@ class SelectionObserver;
     slides.
     <p>It has methods to modify the selected slides (delete them or
     move them to other places in the document), change the visible area so
-    to make the selected slides visble, tell listeners when the selection
+    to make the selected slides visible, tell listeners when the selection
     changes.</p>
 */
 class SelectionManager
diff --git a/main/slideshow/source/engine/animationnodes/animationbasenode.cxx b/main/slideshow/source/engine/animationnodes/animationbasenode.cxx
index baf8d78..a64dc0d 100644
--- a/main/slideshow/source/engine/animationnodes/animationbasenode.cxx
+++ b/main/slideshow/source/engine/animationnodes/animationbasenode.cxx
@@ -126,7 +126,7 @@ AnimationBaseNode::AnimationBaseNode(
                                                xShape );
             
             // NOTE: For shapes with ParagraphTarget, we ignore
-            // the SubItem property. We implicitely assume that it
+            // the SubItem property. We implicitly assume that it
             // is set to ONLY_TEXT.
             OSL_ENSURE(
                 mxAnimateNode->getSubItem() ==
diff --git a/main/slideshow/source/inc/slide.hxx b/main/slideshow/source/inc/slide.hxx
index 0f8ed1b..b9134d2 100644
--- a/main/slideshow/source/inc/slide.hxx
+++ b/main/slideshow/source/inc/slide.hxx
@@ -69,7 +69,7 @@ namespace slideshow
             	Call this method to reduce the timeout show(), and
             	getInitialSlideBitmap() need to complete. If
             	prefetch() is not called explicitly, the named
-            	methods will call it implicitely.
+            	methods will call it implicitly.
              */
             virtual bool prefetch() = 0;
 
diff --git a/main/slideshow/source/inc/viewlayer.hxx b/main/slideshow/source/inc/viewlayer.hxx
index c2c350c..5380680 100644
--- a/main/slideshow/source/inc/viewlayer.hxx
+++ b/main/slideshow/source/inc/viewlayer.hxx
@@ -126,7 +126,7 @@ namespace slideshow
 	        	slideshow to set their own user space transformation
 	        	at the canvas, whilst the slideshow adds their
 	        	transformation on top of that. Concretely, this method
-	        	returns the user transform (implicitely calculated
+	        	returns the user transform (implicitly calculated
 	        	from the setViewSize() method), combined with the view
 	        	transformation.
             */
diff --git a/main/svx/inc/svx/IAccessibleViewForwarder.hxx b/main/svx/inc/svx/IAccessibleViewForwarder.hxx
index e35bb80..d4bf28d 100644
--- a/main/svx/inc/svx/IAccessibleViewForwarder.hxx
+++ b/main/svx/inc/svx/IAccessibleViewForwarder.hxx
@@ -43,7 +43,7 @@ namespace accessibility {
     differs in two important points: Firstly the <member>GetVisArea</member>
     method returns a rectangle in internal coordinates and secondly the
     transformation methods do not require explicit mapmodes.  These have to
-    be provided implicitely by the classes that implement this
+    be provided implicitly by the classes that implement this
     interface.  A third, less important, difference are the additional
     transfomation methods for sizes.  The reasons for their existence are
     convenience and improved performance.</p>
diff --git a/main/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/main/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index 4dfe1f4..b7ee1f0 100644
--- a/main/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/main/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -462,7 +462,7 @@ namespace sdr { namespace contact {
     //====================================================================
     //= InvisibleControlViewAccess
     //====================================================================
-    /** is a ->IPageViewAccess implementation which can be used to create an invisble control for
+    /** is a ->IPageViewAccess implementation which can be used to create an invisible control for
         an arbitrary window
      */
     class InvisibleControlViewAccess : public IPageViewAccess
diff --git a/main/sw/inc/dcontact.hxx b/main/sw/inc/dcontact.hxx
index b4edcd7..324d474 100644
--- a/main/sw/inc/dcontact.hxx
+++ b/main/sw/inc/dcontact.hxx
@@ -90,7 +90,7 @@ class SwContact : public SdrObjUserCall, public SwClient
         OD 21.08.2003 #i18447#
         Implementation for the public method <MoveObjToVisibleLayer(..)>
         and <MoveObjToInvisibleLayer(..)>
-        If object is in invisble respectively visible layer, its moved to
+        If object is in invisible respectively visible layer, it's moved to
         the corresponding visible respectively invisible layers.
         For group object the members are individually moved to the corresponding
         layer, because <SdrObjGroup::GetLayer()> does return 0, if members
@@ -119,7 +119,7 @@ protected:
 public:
 	TYPEINFO();
 
-	//Fuer den Reader, es wir nur die Verbindung hergestellt.
+	//Fuer den Reader, es wird nur die Verbindung hergestellt.
     SwContact( SwFrmFmt *pToRegisterIn );
     virtual ~SwContact();
 
diff --git a/main/sw/source/core/layout/tabfrm.cxx b/main/sw/source/core/layout/tabfrm.cxx
index aa021df..ecafb5b 100644
--- a/main/sw/source/core/layout/tabfrm.cxx
+++ b/main/sw/source/core/layout/tabfrm.cxx
@@ -1981,7 +1981,7 @@ void SwTabFrm::MakeAll()
     const bool bTableRowKeep = !bDontSplit && GetFmt()->GetDoc()->get(IDocumentSettingAccess::TABLE_ROW_KEEP);
 
     // The Magic Move: Used for the table row keep feature.
-    // If only the last row of the table wants to keep (implicitely by setting
+    // If only the last row of the table wants to keep (implicitly by setting
     // keep for the first paragraph in the first cell), and this table does
     // not have a next, the last line will be cut. Loop prevention: Only
     // one try.
diff --git a/main/sw/source/ui/frmdlg/frmpage.cxx b/main/sw/source/ui/frmdlg/frmpage.cxx
index a510217..bd0a408 100644
--- a/main/sw/source/ui/frmdlg/frmpage.cxx
+++ b/main/sw/source/ui/frmdlg/frmpage.cxx
@@ -911,14 +911,14 @@ void SwFrmPage::Reset( const SfxItemSet &rSet )
 
     if (rFrmSize.GetWidthPercent() != 0xff && rFrmSize.GetWidthPercent() != 0)
     {
-        //calculate the rerference value from the with and relative width values
+        //calculate the reference value from the width and relative width values
         sal_Int32 nSpace = rFrmSize.GetWidth() * 100 / rFrmSize.GetWidthPercent();
         aWidthED. SetRefValue( nSpace );
     }
 
     if (rFrmSize.GetHeightPercent() != 0xff && rFrmSize.GetHeightPercent() != 0)
     {
-        //calculate the rerference value from the with and relative width values
+        //calculate the reference value from the width and relative width values
         sal_Int32 nSpace = rFrmSize.GetHeight() * 100 / rFrmSize.GetHeightPercent();
         aHeightED.SetRefValue( nSpace );
     }
diff --git a/main/xmloff/source/chart/MultiPropertySetHandler.hxx b/main/xmloff/source/chart/MultiPropertySetHandler.hxx
index 128eac2..a5e9bcc 100644
--- a/main/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/main/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -138,7 +138,7 @@ public:
 	MultiPropertySetHandler	(::com::sun::star::uno::Reference<
 		::com::sun::star::uno::XInterface> xObject);
 	~MultiPropertySetHandler	(void);
-	/**	@descr	Add a property to handle.  The type given implicitely by the
+	/**	@descr	Add a property to handle.  The type given implicitly by the
 			reference to a variable is used to create an instance of
 			the PropertyWrapper template class.
 		@param	sName	Name of the property.