diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-16 18:21:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-18 11:44:56 +0000 |
commit | ae150c6a5424d021ce5eb46dc9573f12a4d05445 (patch) | |
tree | 8fadf46f7789b54e59e9095b967ca6068dbbe890 /include | |
parent | a63b8b4afc687d49ad25cbb77e16f835b9820522 (diff) |
Fix typos
Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
Reviewed-on: https://gerrit.libreoffice.org/16314
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/parameters.hxx | 2 | ||||
-rw-r--r-- | include/osl/thread.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/msg.hxx | 2 | ||||
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 2 | ||||
-rw-r--r-- | include/toolkit/controls/unocontrolcontainer.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/interactionrequest.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/registerucb.hxx | 2 | ||||
-rw-r--r-- | include/vcl/textview.hxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx index ce4995985513..f4908372f40d 100644 --- a/include/connectivity/parameters.hxx +++ b/include/connectivity/parameters.hxx @@ -356,7 +356,7 @@ namespace dbtools */ bool consultParameterListeners( ::osl::ResettableMutexGuard& _rClearForNotifies ); - /** mark an externally filled parameter asvisited + /** mark an externally filled parameter as visited */ void externalParameterVisited( sal_Int32 _nIndex ); diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx index 7b1e06ad386f..4e5c335f28b3 100644 --- a/include/osl/thread.hxx +++ b/include/osl/thread.hxx @@ -211,7 +211,7 @@ public: } /** Get the data associated with the data key. - @returns The data asscoitaed with the data key or + @returns The data associated with the data key or NULL if no data was set */ void* SAL_CALL getData() diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx index 5cb9c30c5d04..40819b7a1c99 100644 --- a/include/sfx2/msg.hxx +++ b/include/sfx2/msg.hxx @@ -222,7 +222,7 @@ public: sal_uInt16 nSlotId; // Unique slot-ID in Shell sal_uInt16 nGroupId; // for configuration region sal_uIntPtr nHelpId; // Usually == nSlotId - SfxSlotMode nFlags; // artihmetic ordered Flags + SfxSlotMode nFlags; // arithmetic ordered Flags sal_uInt16 nMasterSlotId; // Enum-Slot for example Which-Id sal_uInt16 nValue; // Value, in case of Enum-Slot diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index d0dec9fe7be5..16338a8e7688 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -482,7 +482,7 @@ namespace svt ImplSVEvent * nStartEvent, * nEndEvent, * nCellModifiedEvent; // event ids VclPtr<vcl::Window> m_pFocusWhileRequest; // In ActivateCell, we grab the focus asynchronously, but if between requesting activation - // and the asynchornous event the focus has changed, we won't grab it for ourself. + // and the asynchronous event the focus has changed, we won't grab it for ourself. long nPaintRow; // row being painted long nEditRow, nOldEditRow; diff --git a/include/toolkit/controls/unocontrolcontainer.hxx b/include/toolkit/controls/unocontrolcontainer.hxx index c6a81674d42f..288212019bb2 100644 --- a/include/toolkit/controls/unocontrolcontainer.hxx +++ b/include/toolkit/controls/unocontrolcontainer.hxx @@ -130,7 +130,7 @@ private: @param _rxControl the control to add. Must not be <NULL/> @param _pName - Pointer to a name for the control. Might be <NULL/>, in this case an auotmatic name is generated + Pointer to a name for the control. Might be <NULL/>, in this case an automatic name is generated @return the ID of the newly added control */ diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index ca86acfb6525..d0996d703493 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -401,7 +401,7 @@ public: * authentication-remember-mode for accounts preferred by the * requesting client. * @param bCanUseSystemCredentials indicates whether issuer of the - * authetication request can obtain and use system credentials + * authentication request can obtain and use system credentials * for authentication. * @param bDefaultUseSystemCredentials specifies the default system * credentials usage preferred by the requesting client diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx index d307f86c8c28..2fbf1e8baf0d 100644 --- a/include/ucbhelper/registerucb.hxx +++ b/include/ucbhelper/registerucb.hxx @@ -85,7 +85,7 @@ typedef std::vector< ContentProviderData > ContentProviderDataList; @param rTemplate The URL template to register the content provider on. @param pInfo If not null, this output parameter is filled with - information about the (atemptively) registered provider. + information about the (attemptively) registered provider. */ UCBHELPER_DLLPUBLIC bool registerAtUcb( diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index 721c0c06a706..e126ea23c868 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -187,7 +187,7 @@ public: /** Drag and Drop, deleting and selection regards all text that has an attribute TEXTATTR_PROTECTED set as one entity. Drag and dropped text is automatically - attibuted as protected. + attributed as protected. */ void SupportProtectAttribute(bool bSupport); |