summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/connectivity/parameters.hxx2
-rw-r--r--include/osl/thread.hxx2
-rw-r--r--include/sfx2/msg.hxx2
-rw-r--r--include/svtools/editbrowsebox.hxx2
-rw-r--r--include/toolkit/controls/unocontrolcontainer.hxx2
-rw-r--r--include/ucbhelper/interactionrequest.hxx2
-rw-r--r--include/ucbhelper/registerucb.hxx2
-rw-r--r--include/vcl/textview.hxx2
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 7d786eda0b62..7ce5fc229393 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 be2896258143..0003e11e9756 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 dc2ba92912e6..2081f6949112 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);