diff options
Diffstat (limited to 'include')
33 files changed, 59 insertions, 59 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h index 13389830e5ff..30fa42be0057 100644 --- a/include/osl/endian.h +++ b/include/osl/endian.h @@ -151,7 +151,7 @@ extern "C" { #elif defined _BIG_ENDIAN # define OSL_BIGENDIAN #else -# error undetermined endianess +# error undetermined endianness #endif diff --git a/include/osl/file.h b/include/osl/file.h index 9af5aa7568f6..cf1d61f4ebe6 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -572,7 +572,7 @@ struct _oslVolumeInfo { sal_uInt32 uValidFields; /** Attributes of the volume (remote and/or removable) */ sal_uInt32 uAttributes; -/** Total availiable space on the volume for the current process/user */ +/** Total available space on the volume for the current process/user */ sal_uInt64 uTotalSpace; /** Used space on the volume for the current process/user */ sal_uInt64 uUsedSpace; diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx index 4ec681712646..280916e5f107 100644 --- a/include/osl/pipe_decl.hxx +++ b/include/osl/pipe_decl.hxx @@ -199,7 +199,7 @@ public: @param pBuffer [in] Points to a buffer that contains the send-data. @param BytesToSend [in] The number of bytes to send. pBuffer must have at least this size. - @return the number of transfered bytes. + @return the number of transferred bytes. */ inline sal_Int32 SAL_CALL send(const void* pBuffer, sal_Int32 BytesToSend) const; diff --git a/include/osl/process.h b/include/osl/process.h index f2193cb8cb56..44a580fec5d9 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -134,7 +134,7 @@ typedef void* oslProcess; the process will be started in the context of the current user. @param ustrDirectory - [in] The file URL of the working directory of the new proces. If the specified directory + [in] The file URL of the working directory of the new process. If the specified directory does not exist or is inaccessible the working directory of the newly created process is undefined. If this parameter is NULL or the caller provides an empty string the new process will have the same current working directory as the calling process. @@ -204,7 +204,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_executeProcess( the process will be started in the context of the current user. @param ustrDirectory - [in] The file URL of the working directory of the new proces. If the specified directory + [in] The file URL of the working directory of the new process. If the specified directory does not exist or is inaccessible the working directory of the newly created process is undefined. If this parameter is NULL or the caller provides an empty string the new process will have the same current working directory as the calling process. @@ -381,14 +381,14 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg( */ SAL_DLLPUBLIC void SAL_CALL osl_setCommandArgs (int argc, char **argv); -/** Get the value of one enviroment variable. +/** Get the value of one environment variable. @param strVar [in] denotes the name of the variable to get. @param strValue [out] string that receives the value of environment variable. */ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getEnvironment( rtl_uString *strVar, rtl_uString **strValue); -/** Set the value of one enviroment variable. +/** Set the value of one environment variable. @param strVar [in] denotes the name of the variable to set. @param strValue [in] string of the new value of environment variable. @@ -397,7 +397,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getEnvironment( SAL_DLLPUBLIC oslProcessError SAL_CALL osl_setEnvironment( rtl_uString *strVar, rtl_uString *strValue); -/** Unsets the value of one enviroment variable. +/** Unsets the value of one environment variable. @param strVar [in] denotes the name of the variable to unset. @since UDK 3.2.13 diff --git a/include/osl/socket.h b/include/osl/socket.h index e84513b632df..f8ec7862b03d 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -563,7 +563,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_receiveFromSocket( <li><code>osl_Socket_MsgMaxIOVLen</code> </ul> - @return the number of transfered bytes. + @return the number of transferred bytes. */ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_sendSocket( oslSocket Socket, @@ -594,7 +594,7 @@ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_sendSocket( <li><code>osl_Socket_MsgMaxIOVLen</code> </ul> - @return the number of transfered bytes. + @return the number of transferred bytes. */ SAL_DLLPUBLIC sal_Int32 SAL_CALL osl_sendToSocket( oslSocket Socket, diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx index 5a4c5469c9e6..08b505febff7 100644 --- a/include/osl/socket_decl.hxx +++ b/include/osl/socket_decl.hxx @@ -477,7 +477,7 @@ namespace osl */ inline void SAL_CALL clearError() const; - /** returns a constant decribing the last error for the socket system. + /** returns a constant describing the last error for the socket system. @return osl_Socket_E_NONE if no error occurred, invalid_SocketError if an unknown (unmapped) error occurred, otherwise an enum describing the @@ -572,7 +572,7 @@ namespace osl <li><code>osl_Socket_MsgMaxIOVLen</code> </ul> - @return the number of transfered bytes. It may be less than BytesToSend. + @return the number of transferred bytes. It may be less than BytesToSend. */ sal_Int32 SAL_CALL send(const void* pBuffer, sal_uInt32 BytesToSend, @@ -707,7 +707,7 @@ namespace osl <li><code>osl_Socket_MsgMaxIOVLen</code> </ul> - @return the number of transfered bytes. + @return the number of transferred bytes. */ inline sal_Int32 SAL_CALL sendTo( const SocketAddr& ReceiverAddr, const void* pBuffer, diff --git a/include/registry/regtype.h b/include/registry/regtype.h index 518821c87f46..b08db8137852 100644 --- a/include/registry/regtype.h +++ b/include/registry/regtype.h @@ -62,7 +62,7 @@ enum RegKeyType A registry key can contain a value which has one of seven different types. Three simple types (long, ascii and unicode string) and a list type of - these simple types. Furthermore a binary type which provides the possibilty + these simple types. Furthermore a binary type which provides the possibility to define own data structures and store these types in the registry. The UNO core reflection data is stored as a binary blob in the type registry. */ diff --git a/include/registry/writer.h b/include/registry/writer.h index 18cba03d3dab..bf5b314816ba 100644 --- a/include/registry/writer.h +++ b/include/registry/writer.h @@ -89,7 +89,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_writer_destroy(void * handle) SAL_THROW_EXTE @param typeName the super type name; must not be null - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -119,7 +119,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setSuperTypeName( @param valueValue the value of the value of the field - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -150,7 +150,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setFieldData( @param exceptionCount the number of exceptions of the method - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -179,7 +179,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodData( @param typeName the type name of the parameter; must not be null - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -202,7 +202,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodParameterData( @param typeName the exception type name; must not be null - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 @@ -228,7 +228,7 @@ REG_DLLPUBLIC sal_Bool SAL_CALL typereg_writer_setMethodExceptionTypeName( @param typeName the type name of the reference; must not be null - @return false iff an out-of-memory condition ocurred, in which case the type + @return false iff an out-of-memory condition occurred, in which case the type writer is not modified @since UDK 3.2.0 diff --git a/include/rtl/math.hxx b/include/rtl/math.hxx index 041ae848ffcf..1b90854bb7ef 100644 --- a/include/rtl/math.hxx +++ b/include/rtl/math.hxx @@ -285,10 +285,10 @@ inline double approxAdd(double a, double b) return a + b; } -/** Substract two values (a-b). +/** Subtract two values (a-b). If signs are identical and the values are equal according to approxEqual() - the method returns 0.0 instead of calculating the substraction. + the method returns 0.0 instead of calculating the subtraction. */ inline double approxSub(double a, double b) { diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx index a003e5e1f7c7..87f4a2944a09 100644 --- a/include/salhelper/singletonref.hxx +++ b/include/salhelper/singletonref.hxx @@ -44,10 +44,10 @@ namespace salhelper{ @attention To prevent the code against race conditions, its not allowed to start operations inside the ctor - of the internal wrapped object - especialy operations + of the internal wrapped object - especially operations which needs a reference to the same singleton too. - The only chance to supress such strange constellations + The only chance to suppress such strange constellations is a lazy-init mechanism. <ul> diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx index c971cb93462d..6f9d06a4ffe9 100644 --- a/include/sfx2/docmacromode.hxx +++ b/include/sfx2/docmacromode.hxx @@ -101,7 +101,7 @@ namespace sfx2 virtual OUString getDocumentLocation() const = 0; - /** returns a zip-storage based on the last commited version of the document, + /** returns a zip-storage based on the last committed version of the document, for readonly access The storage is intended to be used for signing. An implementation is diff --git a/include/svl/ondemand.hxx b/include/svl/ondemand.hxx index adc8ba454a70..2da0414aeb92 100644 --- a/include/svl/ondemand.hxx +++ b/include/svl/ondemand.hxx @@ -34,7 +34,7 @@ #include <comphelper/processfactory.hxx> /* - On demand instanciation and initialization of several i18n wrappers, + On demand instantiation and initialization of several i18n wrappers, helping the number formatter to not perform worse than it already does. */ diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 81eeaf62feb7..a64eaecd8af5 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -375,7 +375,7 @@ public: sal_uInt32& FIndex, LanguageType& rLnge); - /// Delete an entry including the format it is refering to + /// Delete an entry including the format it is referring to void DeleteEntry(sal_uInt32 nKey); /** Create new entry of a format code string for language/country. diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 89834240803e..61f3657036ee 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -545,7 +545,7 @@ public: void RowModified( long nRow, sal_uInt16 nColId = BROWSER_INVALIDID ); void RowInserted( long nRow, long nNumRows = 1, bool bDoPaint = true, bool bKeepSelection = false ); - // miscellanous + // miscellaneous void ReserveControlArea( sal_uInt16 nWidth = USHRT_MAX ); Rectangle GetControlArea() const; bool ProcessKey( const KeyEvent& rEvt ); diff --git a/include/svtools/fmtfield.hxx b/include/svtools/fmtfield.hxx index 3c83d6d8fc62..792465f371ef 100644 --- a/include/svtools/fmtfield.hxx +++ b/include/svtools/fmtfield.hxx @@ -28,7 +28,7 @@ namespace validation { class NumberValidator; } typedef sal_uInt16 FORMAT_CHANGE_TYPE; #define FCT_KEYONLY 0x00 // only a new key was set -#define FCT_FORMATTER 0x01 // a new formatter weas set, usually implies a change of the key, too +#define FCT_FORMATTER 0x01 // a new formatter was set, usually implies a change of the key, too #define FCT_PRECISION 0x02 // a new precision was set #define FCT_THOUSANDSSEP 0x03 // the thousands separator setting changed diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx index 34d235773289..d96b256ed411 100644 --- a/include/svx/AccessibleTextHelper.hxx +++ b/include/svx/AccessibleTextHelper.hxx @@ -140,7 +140,7 @@ namespace accessibility /** Query the current edit source @attention This method returns by reference, so you are - responsible for serialization (typically, you aquired the + responsible for serialization (typically, you acquired the solar mutex when calling this method). Thus, the method should only be called from the main office thread. diff --git a/include/svx/IAccessibleParent.hxx b/include/svx/IAccessibleParent.hxx index 28d4a244f92e..843914d24f84 100644 --- a/include/svx/IAccessibleParent.hxx +++ b/include/svx/IAccessibleParent.hxx @@ -44,7 +44,7 @@ public: with another and send the appropriate notifications. That are two child events: One notifying the removal of the current child and one about the existence of the new child. The index of the new child is - implementation dependent, i.e. it is not garanteed that the + implementation dependent, i.e. it is not guaranteed that the replacement has the same index as the current child has. <p>A default implementation can just use the ShapeTypeHandler::CreateAccessibleObject diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx index d087e3e4d2cc..e280c41fb3ad 100644 --- a/include/svx/IAccessibleViewForwarder.hxx +++ b/include/svx/IAccessibleViewForwarder.hxx @@ -41,7 +41,7 @@ namespace accessibility { transformation methods do not require explicit mapmodes. These have to 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 existince are + transfomation methods for sizes. The reasons for their existence are convenience and improved performance.</p> @attention diff --git a/include/svx/sdr/contact/displayinfo.hxx b/include/svx/sdr/contact/displayinfo.hxx index 98ce34519a6f..a842fc6c4ee4 100644 --- a/include/svx/sdr/contact/displayinfo.hxx +++ b/include/svx/sdr/contact/displayinfo.hxx @@ -55,7 +55,7 @@ namespace sdr bool mbPageProcessingActive : 1; // Internal flag to remember if EnteredGroupDrawMode is active. Default is true - // since this mode starts activated and gets switched off when reacing + // since this mode starts activated and gets switched off when reaching // the current group level. Should only be changed by instances which do // primitive processing bool mbGhostedDrawModeActive : 1; diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx index 130c3406d50d..ec98225e0254 100644 --- a/include/svx/sdr/overlay/overlayobject.hxx +++ b/include/svx/sdr/overlay/overlayobject.hxx @@ -114,7 +114,7 @@ namespace sdr virtual void objectChange(); // write access to AntiAliase flag. This is protected since - // only implementations are allowed to change this, preferrably in their + // only implementations are allowed to change this, preferably in their // constructor void allowAntiAliase(bool bNew); diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx index 5aedc632c3f9..903441dc5296 100644 --- a/include/toolkit/controls/geometrycontrolmodel.hxx +++ b/include/toolkit/controls/geometrycontrolmodel.hxx @@ -96,7 +96,7 @@ namespace com { namespace sun { namespace star { /** @param _rxAggregateInstance - is the object to be aggregated. Must be aquired excatly once (by the reference object given).<br/> + is the object to be aggregated. Must be acquired excatly once (by the reference object given).<br/> Will be reset to NULL upon leaving */ OGeometryControlModel_Base(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >& _rxAggregateInstance); diff --git a/include/tools/wintypes.hxx b/include/tools/wintypes.hxx index 5968cddab2fe..bda94b018dac 100644 --- a/include/tools/wintypes.hxx +++ b/include/tools/wintypes.hxx @@ -135,7 +135,7 @@ typedef sal_Int64 WinBits; // warning: do not confuse WB_SYSTEMCHILDWINDOW with the SystemChildWindow class // // the SystemChildWindow class was there first and is a very specialized -// sytem child window type for plugged applications. The SystemChildWindow class +// system child window type for plugged applications. The SystemChildWindow class // explicitly should never use the WB_SYSTEMCHILDWINDOW WinBit // // WB_SYSTEMCHILDWINDOW on the other hand is to be used on system windows diff --git a/include/ucbhelper/content.hxx b/include/ucbhelper/content.hxx index 558027287076..cfa632aa020f 100644 --- a/include/ucbhelper/content.hxx +++ b/include/ucbhelper/content.hxx @@ -584,11 +584,11 @@ public: * objects (See queryCreatableContentsInfo()). * @param rPropertyNames is a sequence of names of properties for that * values are to set at the new content before it will be inserted - * ( commited ). + * ( committed ). * The order of the names must correspond to the order of the * property values. * @param rPropertyValues is a sequence of property values that are to - * set at the new content before it will be inserted ( commited ). + * set at the new content before it will be inserted ( committed ). * The order of the values must correspond to the order of the * property names. * @param rNewContent will be filled by the implementation of this method @@ -618,11 +618,11 @@ public: * objects (See queryCreatableContentsInfo()). * @param rPropertyNames is a sequence of names of properties for that * values are to set at the new content before it will be inserted - * ( commited ). + * ( committed ). * The order of the names must correspond to the order of the * property values. * @param rPropertyValues is a sequence of property values that are to - * set at the new content before it will be inserted ( commited ). + * set at the new content before it will be inserted ( committed ). * The order of the values must correspond to the order of the * property names. * @param rStream is a stream containing the content data for the new diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index 0cf9c11c47b9..51883c7f891c 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -177,7 +177,7 @@ public: /** * This class implements a standard interaction continuation, namely the * interface XInteractionAbort. Instances of this class can be passed - * along with an interaction request to indicate the possiblity to abort + * along with an interaction request to indicate the possibility to abort * the operation that caused the request. */ class UCBHELPER_DLLPUBLIC InteractionAbort : public InteractionContinuation, @@ -214,7 +214,7 @@ public: /** * This class implements a standard interaction continuation, namely the * interface XInteractionRetry. Instances of this class can be passed - * along with an interaction request to indicate the possiblity to retry + * along with an interaction request to indicate the possibility to retry * the operation that caused the request. */ class UCBHELPER_DLLPUBLIC InteractionRetry : public InteractionContinuation, @@ -251,7 +251,7 @@ public: /** * This class implements a standard interaction continuation, namely the * interface XInteractionApprove. Instances of this class can be passed - * along with an interaction request to indicate the possiblity to approve + * along with an interaction request to indicate the possibility to approve * the request. */ class UCBHELPER_DLLPUBLIC InteractionApprove : public InteractionContinuation, @@ -288,7 +288,7 @@ public: /** * This class implements a standard interaction continuation, namely the * interface XInteractionDisapprove. Instances of this class can be passed - * along with an interaction request to indicate the possiblity to disapprove + * along with an interaction request to indicate the possibility to disapprove * the request. */ class UCBHELPER_DLLPUBLIC InteractionDisapprove : public InteractionContinuation, @@ -627,7 +627,7 @@ inline InteractionSupplyAuthentication::InteractionSupplyAuthentication( /** * This class implements a standard interaction continuation, namely the * interface XInteractionSupplyName. Instances of this class can be passed - * along with an interaction request to indicate the possiblity to + * along with an interaction request to indicate the possibility to * supply a new name. */ class InteractionSupplyName : public InteractionContinuation, @@ -680,7 +680,7 @@ public: /** * This class implements a standard interaction continuation, namely the * interface XInteractionReplaceExistingData. Instances of this class can be - * passed along with an interaction request to indicate the possiblity to + * passed along with an interaction request to indicate the possibility to * replace existing data. */ class InteractionReplaceExistingData : diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx index ec294f83d0be..acf4dc5f85a0 100644 --- a/include/ucbhelper/interceptedinteraction.hxx +++ b/include/ucbhelper/interceptedinteraction.hxx @@ -36,7 +36,7 @@ namespace ucbhelper{ its handle() requests. @descr This class can be used as: - - instance if special interactions must be supressed + - instance if special interactions must be suppressed only - or as base class if interactions must be modified. */ @@ -196,7 +196,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper /** @short initialize a new instance with the interaction handler, which should be intercepted. - @attention If such interaction handler isnt set here, + @attention If such interaction handler isn't set here, all incoming requests will be aborted ... if the right continuation is available! diff --git a/include/ucbhelper/resultset.hxx b/include/ucbhelper/resultset.hxx index 32d4301824a9..85ed100d46c7 100644 --- a/include/ucbhelper/resultset.hxx +++ b/include/ucbhelper/resultset.hxx @@ -515,7 +515,7 @@ public: * all data on demand. * * The implementation should call m_pResultSet->rowCountChanged(...) - * everytime it has inserted a new entry in its logical result array. + * every time it has inserted a new entry in its logical result array. * * @return the count of objects obtained so far; will always be * non-negative. diff --git a/include/vcl/lazydelete.hxx b/include/vcl/lazydelete.hxx index 0f0197ee94fa..5196117a9315 100644 --- a/include/vcl/lazydelete.hxx +++ b/include/vcl/lazydelete.hxx @@ -119,7 +119,7 @@ namespace vcl typedef boost::unordered_map< sal_IntPtr, unsigned int > PtrToIndexMap; PtrToIndexMap m_aPtrToIndex; - /** strict weak ordering funtion to bring objects to be destroyed lazily + /** strict weak ordering function to bring objects to be destroyed lazily in correct order, e.g. for Window objects children before parents */ static bool is_less( T* left, T* right ); @@ -200,7 +200,7 @@ namespace vcl /* class DeleteOnDeinit matches a similar need as LazyDelete for static objects: you may not access vcl objects after DeInitVCL has been called this includes their destruction - therefore disallowing the existance of static vcl object like e.g. a static BitmapEx + therefore disallowing the existence of static vcl object like e.g. a static BitmapEx To work around this use DeleteOnDeinit<BitmapEx> which will allow you to have a static object container, that will have its contents destroyed on DeinitVCL. The single drawback is that you need to check on the container object whether it still contains content before actually accessing it. diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 71afd654ea6f..65b368328ee9 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -611,7 +611,7 @@ The following structure describes the permissions used in PDF security bool DisplayPDFDocumentTitle; PDFPageLayout PageLayout; bool FirstPageLeft; - // intially visible page in viewer (starting with 0 for first page) + // initially visible page in viewer (starting with 0 for first page) sal_Int32 InitialPage; sal_Int32 OpenBookmarkLevels; // -1 means all levels diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index 217340bfd465..79f50a68d3fd 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -273,7 +273,7 @@ class VCL_DLLPUBLIC PPDContext const PPDParser* m_pParser; // returns false: check failed, new value is constrained - // true: check succeded, new value can be set + // true: check succeeded, new value can be set bool checkConstraints( const PPDKey*, const PPDValue*, bool bDoReset ); bool resetValue( const PPDKey*, bool bDefaultable = false ); public: diff --git a/include/vcl/printerinfomanager.hxx b/include/vcl/printerinfomanager.hxx index 9c867c78a76d..66d5d282f23a 100644 --- a/include/vcl/printerinfomanager.hxx +++ b/include/vcl/printerinfomanager.hxx @@ -68,7 +68,7 @@ public: OUString m_aComment; }; protected: - // needed for checkPrintersChanged: files (not necessarily existant) + // needed for checkPrintersChanged: files (not necessarily existent) // and their last known modification time struct WatchFile { diff --git a/include/vcl/salnativewidgets.hxx b/include/vcl/salnativewidgets.hxx index 6d67efcbcd10..081b0fd9aa37 100644 --- a/include/vcl/salnativewidgets.hxx +++ b/include/vcl/salnativewidgets.hxx @@ -59,7 +59,7 @@ typedef sal_uInt32 ControlType; #define CTRL_EDITBOX_NOBORDER 31 // Control that allows text entry -// ( some systems distingish between single and multi line edit boxes ) +// ( some systems distinguish between single and multi line edit boxes ) #define CTRL_MULTILINE_EDITBOX 32 // Control that pops up a menu, diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index 935504125316..2ead1d8f06e0 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -190,7 +190,7 @@ public: /** Drag and Drop, deleting and selection regards all text that has an attribute - TEXTATTR_PROTECTED set as one entitity. Drag and dropped text is automatically + TEXTATTR_PROTECTED set as one entity. Drag and dropped text is automatically attibuted as protected. */ void SupportProtectAttribute(bool bSupport); diff --git a/include/xmloff/uniref.hxx b/include/xmloff/uniref.hxx index 242db9e4cb43..e1ef4b81b667 100644 --- a/include/xmloff/uniref.hxx +++ b/include/xmloff/uniref.hxx @@ -27,7 +27,7 @@ /** * An instance of this class holds a pointer to an object. The lifetime of - * the object is controled by the instance. The constructor calls + * the object is controlled by the instance. The constructor calls * acquire() and the destructor calls release(). * You could derive your class from the baseclass UniRefBase which implements * the methods acquire and release, yet. @@ -198,7 +198,7 @@ inline bool UniReference< T >::is() const } /** * Return true if both interfaces refer to the same object. The operation can be - * much more expensive than a pointer comparision.<BR> + * much more expensive than a pointer comparison.<BR> * * @param rRef another interface reference */ @@ -209,7 +209,7 @@ inline bool UniReference< T >::operator == ( const UniReference & rRef ) const } /** * Return true if both interfaces does not refer to the same object. The operation can be - * much more expensive than a pointer comparision.<BR> + * much more expensive than a pointer comparison.<BR> * * @param rRef another interface reference */ |