diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/IInterface.hxx | 4 | ||||
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 4 | ||||
-rw-r--r-- | sw/inc/accmap.hxx | 2 | ||||
-rw-r--r-- | sw/inc/pagepreviewlayout.hxx | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/IInterface.hxx b/sw/inc/IInterface.hxx index fd7f9dd7d16c..5d724dd786cb 100644 --- a/sw/inc/IInterface.hxx +++ b/sw/inc/IInterface.hxx @@ -28,7 +28,7 @@ { public: - /** Aquire a reference to an instance. A caller shall release + /** Acquire a reference to an instance. A caller shall release the instance by calling 'release' when it is no longer needed. 'acquire' and 'release' calls need to be balanced. @@ -38,7 +38,7 @@ virtual sal_Int32 acquire() = 0; /** Releases a reference to an instance. A caller has to call - 'release' when a before aquired reference to an instance + 'release' when a before acquired reference to an instance is no longer needed. 'acquire' and 'release' calls need to be balanced. diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx index 8b814d5553d9..4ac7e3157a0f 100644 --- a/sw/inc/SwNumberTree.hxx +++ b/sw/inc/SwNumberTree.hxx @@ -451,7 +451,7 @@ protected: /** Invalidates a child. - Calls SetLastValid for the preceeding sibling of the child and + Calls SetLastValid for the preceding sibling of the child and notifies all invalid children. @param pChild the child to invalidate @@ -485,7 +485,7 @@ protected: @param aItLastValid iterator pointing to the new last valid child @param bValidating - true always set the last valid node to aItLastValid - - false only set if aItLastValid is preceeding + - false only set if aItLastValid is preceding the current last valid node */ void SetLastValid(tSwNumberTreeChildren::const_iterator aItLastValid, diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index cafb7511f0b1..20a04ef07658 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -111,7 +111,7 @@ class SwAccessibleMap : public ::accessibility::IAccessibleViewForwarder, //mpSelectedFrmMap contains the old selected objects. SwAccessibleContextMap_Impl *mpSeletedFrmMap; - //IvalidateShapeInParaSelection() method is reponsible for the updating the selected states of the objects. + //IvalidateShapeInParaSelection() method is responsible for the updating the selected states of the objects. void InvalidateShapeInParaSelection(); void _InvalidateRelationSet( const SwFrm* pFrm, bool bFrom ); diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx index b12a0120f7a9..8c01106fd179 100644 --- a/sw/inc/pagepreviewlayout.hxx +++ b/sw/inc/pagepreviewlayout.hxx @@ -434,7 +434,7 @@ public: @param _orNewStartPos output parameter - new start position in document preview - @return boolean - indicating, that move was sucessful. + @return boolean - indicating, that move was successful. */ bool CalcStartValuesForSelectedPageMove( const sal_Int16 _nHoriMove, const sal_Int16 _nVertMove, |