From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- include/comphelper/accessiblewrapper.hxx | 4 ++-- include/osl/security.h | 4 ++-- include/svtools/acceleratorexecute.hxx | 4 ++-- include/xmloff/shapeimport.hxx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx index 5e0888adbf5d..16513a0da1b1 100644 --- a/include/comphelper/accessiblewrapper.hxx +++ b/include/comphelper/accessiblewrapper.hxx @@ -171,7 +171,7 @@ namespace comphelper @param _rxOwningAccessible The XAccessible which created this object. This is necessary because children - of our wrapped context meed to be wrapped, too, and if they're asked for a parent, + of our wrapped context need to be wrapped, too, and if they're asked for a parent, they of course should return the proper parent
The object will be held with a hard reference @@ -258,7 +258,7 @@ namespace comphelper @param _rxOwningAccessible The XAccessible which created this object. This is necessary because children - of our wrapped context meed to be wrapped, too, and if they're asked for a parent, + of our wrapped context need to be wrapped, too, and if they're asked for a parent, they of course should return the proper parent
The object will be held with a hard reference diff --git a/include/osl/security.h b/include/osl/security.h index ca1da8cb9fa6..2199f3abc6de 100644 --- a/include/osl/security.h +++ b/include/osl/security.h @@ -55,7 +55,7 @@ SAL_DLLPUBLIC oslSecurity SAL_CALL osl_getCurrentSecurity(void); /** Deprecated API Create a security handle for the denoted user. Try to log in the user on the local system. - @param[in] strUserName denotes the name of the user to logg in. + @param[in] strUserName denotes the name of the user to log in. @param[in] strPasswd the password for this user. @param[out] pSecurity returns the security handle if user could be logged in. @return osl_Security_E_None if user could be logged in, otherwise an error-code. @@ -72,7 +72,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser( /** Create a security handle for the denoted user. Try to log in the user on the denoted file server. On success the homedir will be the mapped drive on this server. - @param[in] strUserName denotes the name of the user to logg in. + @param[in] strUserName denotes the name of the user to log in. @param[in] strPasswd the password for this user. @param[in] strFileServer denotes the file server on which the user is logged in. @param[out] pSecurity returns the security handle if user could be logged in. diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx index 20e1b36e4812..1f2bfc26c6ff 100644 --- a/include/svtools/acceleratorexecute.hxx +++ b/include/svtools/acceleratorexecute.hxx @@ -62,12 +62,12 @@ struct TMutexInit Because execution of an accelerator command can be dangerous (in case it force an office shutdown for key "ALT+F4"!) all internal dispatches are done asynchronous. - Menas that the trigger call doesn't wait till the dispatch + Means that the trigger call doesn't wait till the dispatch is finished. You can call very often. All requests will be queued internal and dispatched ASAP. Of course this queue will be stopped if the environment - will be destructed ... + will be destructed... */ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit { diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index 4b28de245193..b1869adc6240 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -232,7 +232,7 @@ public: SdXML3DSceneAttributesHelper( SvXMLImport& rImporter ); ~SdXML3DSceneAttributesHelper(); - /** creates a 3d ligth context and adds it to the internal list for later processing */ + /** creates a 3d light context and adds it to the internal list for later processing */ SvXMLImportContext * create3DLightContext( sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList); /** this should be called for each scene attribute */ -- cgit