summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-05-06 20:07:23 +0200
commit2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch)
treec43eb54c32924b919ad2ad7e653d0eaa47800d39 /include
parent928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff)
fix typos (wich instead of which)
Diffstat (limited to 'include')
-rw-r--r--include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx2
-rw-r--r--include/osl/process.h4
-rw-r--r--include/osl/security.h2
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx2
-rw-r--r--include/svx/sdr/contact/objectcontactofpageview.hxx2
-rw-r--r--include/xmloff/maptype.hxx2
-rw-r--r--include/xmloff/uniref.hxx2
-rw-r--r--include/xmloff/xmlprmap.hxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx b/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
index d7389bea2bc3..99899ace45fd 100644
--- a/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/embedded3dprimitive2d.hxx
@@ -57,7 +57,7 @@ namespace drawinglayer
geometry::ViewInformation3D maViewInformation3D;
/** if the embedded 3D primitives contain shadow, these parameters are needed
- to extract the shadow wich is a sequence od 2D primitives and may expand
+ to extract the shadow which is a sequence od 2D primitives and may expand
the 2D range. Since every single 3D object in a scene may individually
have shadow or not, these values need to be provided and prepared. The shadow
distance itself (a 2D transformation) is part of the 3D shadow definition
diff --git a/include/osl/process.h b/include/osl/process.h
index 241f9a857552..d575f3cf867c 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -149,7 +149,7 @@ typedef void* oslProcess;
[in] The number of environment variables to set.
@param pProcess
- [out] Pointer to a oslProcess variable, wich receives the handle of the newly created process.
+ [out] Pointer to a oslProcess variable, which receives the handle of the newly created process.
This parameter must not be NULL.
@return
@@ -219,7 +219,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_executeProcess(
[in] The number of environment variables to set.
@param pProcess
- [out] Pointer to a oslProcess variable, wich receives the handle of the newly created process.
+ [out] Pointer to a oslProcess variable, which receives the handle of the newly created process.
This parameter must not be NULL.
@param pChildInputWrite
diff --git a/include/osl/security.h b/include/osl/security.h
index b24625761731..b1376a2ed2a1 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -74,7 +74,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser(
the maped drive on this server.
@param[in] strUserName denotes the name of the user to logg in.
@param[in] strPasswd the password for this user.
- @param[in] strFileServer denotes the file server on wich the user is logged in.
+ @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.
@return osl_Security_E_None if user could be logged in, otherwise an error-code.
@see osl_freeSecurityHandle
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx
index fb67a18803fd..7188c89b39bd 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -111,7 +111,7 @@ namespace sdr
// LazyInvalidate request. This is used from the VOCs to mark that they
// got invalidated by an ActionCanged() call. An active view needs to remember
// this and take action on it. Default implementation directly calls back
- // triggerLazyInvalidate() wich promptly handles the request
+ // triggerLazyInvalidate() which promptly handles the request
virtual void setLazyInvalidate(ViewObjectContact& rVOC);
// call this to support evtl. preparations for repaint. Default does nothing
diff --git a/include/svx/sdr/contact/objectcontactofpageview.hxx b/include/svx/sdr/contact/objectcontactofpageview.hxx
index 06371bf35b81..8062da45de91 100644
--- a/include/svx/sdr/contact/objectcontactofpageview.hxx
+++ b/include/svx/sdr/contact/objectcontactofpageview.hxx
@@ -58,7 +58,7 @@ namespace sdr
// LazyInvalidate request. This is used from the VOCs to mark that they
// got invalidated by an ActionCanged() call. An active view needs to remember
// this and take action on it. Default implementation directly calls back
- // triggerLazyInvalidate() wich promptly handles the request
+ // triggerLazyInvalidate() which promptly handles the request
virtual void setLazyInvalidate(ViewObjectContact& rVOC);
// call this to support evtl. preparations for repaint
diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx
index 1f19ad464d60..bfd0463427ef 100644
--- a/include/xmloff/maptype.hxx
+++ b/include/xmloff/maptype.hxx
@@ -34,7 +34,7 @@ struct XMLPropertyMapEntry
{
const sal_Char* msApiName; /// Property-Name
sal_Int32 nApiNameLength; /// length of property name
- sal_uInt16 mnNameSpace; /** declares the Namespace in wich this
+ sal_uInt16 mnNameSpace; /** declares the Namespace in which this
property exists */
enum ::xmloff::token::XMLTokenEnum meXMLName; /// XML-Name
sal_uInt32 mnType; /** Bit 0..23 : XML-Type of its value
diff --git a/include/xmloff/uniref.hxx b/include/xmloff/uniref.hxx
index 808ed8212b97..223d4bcfe211 100644
--- a/include/xmloff/uniref.hxx
+++ b/include/xmloff/uniref.hxx
@@ -29,7 +29,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
* acquire() and the destructor calls release().
- * You could delive your class from the baseclass UniRefBase wich implements
+ * You could derive your class from the baseclass UniRefBase which implements
* the methods acquire and release, yet.
*/
template< class T > class UniReference
diff --git a/include/xmloff/xmlprmap.hxx b/include/xmloff/xmlprmap.hxx
index 0da806ea6768..2105d6fbeb31 100644
--- a/include/xmloff/xmlprmap.hxx
+++ b/include/xmloff/xmlprmap.hxx
@@ -148,7 +148,7 @@ public:
sal_uInt32 nPropType,
sal_Int32 nStartAt = -1 ) const;
- /** Retrieves a PropertyHandler for that property wich placed at nIndex in the XMLPropertyMapEntry-array */
+ /** Retrieves a PropertyHandler for that property which placed at nIndex in the XMLPropertyMapEntry-array */
const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nIndex ) const
{
DBG_ASSERT( (nIndex >= 0) && (nIndex < (sal_Int32)aMapEntries.size() ), "illegal access to invalid entry!" );