diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/mutex.hxx | 2 | ||||
-rw-r--r-- | include/osl/socket.h | 4 | ||||
-rw-r--r-- | include/svx/AccessibleTextHelper.hxx | 8 | ||||
-rw-r--r-- | include/svx/svdsnpv.hxx | 4 | ||||
-rw-r--r-- | include/svx/svdtypes.hxx | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx index ca8c19018fd2..4722cd6a3758 100644 --- a/include/osl/mutex.hxx +++ b/include/osl/mutex.hxx @@ -221,7 +221,7 @@ namespace osl pResetT( &rT ) {} - /** Re-aquires the mutex or interface. + /** Re-acquires the mutex or interface. */ void reset() { diff --git a/include/osl/socket.h b/include/osl/socket.h index dc958ef654b1..54840fafee6d 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -427,7 +427,7 @@ SAL_DLLPUBLIC oslSocket SAL_CALL osl_createSocket( /** Retrieves the Address of the local end of the socket. Note that a socket must be bound or connected before - a vaild address can be returned. + a valid address can be returned. @return 0 if socket-address could not be created, otherwise you get the created Socket-Address. */ @@ -435,7 +435,7 @@ SAL_DLLPUBLIC oslSocketAddr SAL_CALL osl_getLocalAddrOfSocket(oslSocket Socket); /** Retrieves the Address of the remote end of the socket. Note that a socket must be connected before - a vaild address can be returned. + a valid address can be returned. @return 0 if socket-address could not be created, otherwise you get the created Socket-Address. */ diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx index 2534976470b1..a55a3a197a07 100644 --- a/include/svx/AccessibleTextHelper.hxx +++ b/include/svx/AccessibleTextHelper.hxx @@ -365,7 +365,7 @@ namespace accessibility /** Query select state of the text managed by this object @attention Don't call with locked mutexes. You may hold - the solar mutex, but this method aquires it anyway. + the solar mutex, but this method acquires it anyway. @return sal_True, if the text or parts of it are currently selected */ @@ -376,13 +376,13 @@ namespace accessibility /** Implements getAccessibleChildCount @attention Don't call with locked mutexes. You may hold - the solar mutex, but this method aquires it anyway. + the solar mutex, but this method acquires it anyway. */ virtual sal_Int32 GetChildCount(); /** Implements getAccessibleChild @attention Don't call with locked mutexes. You may hold - the solar mutex, but this method aquires it anyway. + the solar mutex, but this method acuires it anyway. */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > GetChild( sal_Int32 i ); @@ -404,7 +404,7 @@ namespace accessibility /** Implements getAccessibleAt @attention Don't call with locked mutexes. You may hold - the solar mutex, but this method aquires it anyway. + the solar mutex, but this method acquires it anyway. */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL GetAt( const ::com::sun::star::awt::Point& aPoint ); diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx index e053326d77fc..66d630263330 100644 --- a/include/svx/svdsnpv.hxx +++ b/include/svx/svdsnpv.hxx @@ -111,7 +111,7 @@ public: void RecalcLogicSnapMagnetic(const OutputDevice& rOut) { SetSnapMagnetic(rOut.PixelToLogic(Size(nMagnSizPix,nMagnSizPix))); } void SetActualWin(const OutputDevice* pWin) { SdrPaintView::SetActualWin(pWin); if (pWin!=NULL) RecalcLogicSnapMagnetic(*pWin); } - // Coordinates refered to the view! + // Coordinates referred to the view! // Returnvalues are SDRSNAP_NOTSNAPPED,SDRSNAP_XSNAPPED, // SDRSNAP_YSNAPPED or SDRSNAP_XYSNAPPED sal_uInt16 SnapPos(Point& rPnt, const SdrPageView* pPV) const; @@ -223,7 +223,7 @@ public: // and the Mouse was dragged from zero to the coordinates // (80,30). Now there are 2 alternatives to determine the edge length // of the square: 30 and 80. - // The standard Ortho-Function took 30 ( everytime the smaller length) + // The standard Ortho-Function took 30 (every time the smaller length) // If BigOrtho is switched on, you get a square with edge length of 80. // The same also applies to Resize. // Default value for BigOrtho is on. persistent. diff --git a/include/svx/svdtypes.hxx b/include/svx/svdtypes.hxx index 6864cf60a491..c6845e51976c 100644 --- a/include/svx/svdtypes.hxx +++ b/include/svx/svdtypes.hxx @@ -66,7 +66,7 @@ enum SdrConvertType {SDRCONVERT_POLY, // create pure polygon // drLayerAdmin::GetLayerID(const String&) returns a value. #define SDRLAYER_NOTFOUND 0xFF // You can use this value in the methods of SdrLayerSet, but sal_False is returned -// everytime or the methode does nothing. +// every time or the methode does nothing. // type deklaration for Layer-IDs typedef sal_uInt8 SdrLayerID; |