summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /include
parentImageIO does not handle CGImageMasks (diff)
downloadcore-6835d9f3074c1030be6632bdaff6c8398c696429.tar.gz
core-6835d9f3074c1030be6632bdaff6c8398c696429.zip
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/accessiblecontexthelper.hxx2
-rw-r--r--include/comphelper/numberedcollection.hxx2
-rw-r--r--include/comphelper/weakeventlistener.hxx2
-rw-r--r--include/connectivity/dbtools.hxx2
-rw-r--r--include/connectivity/parameters.hxx4
-rw-r--r--include/drawinglayer/primitive2d/graphicprimitive2d.hxx4
-rw-r--r--include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/structuretagprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx2
-rw-r--r--include/osl/socket.h4
-rw-r--r--include/svtools/unoevent.hxx2
-rw-r--r--include/svx/AccessibleTextHelper.hxx2
-rw-r--r--include/svx/dataaccessdescriptor.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontactofe3dscene.hxx2
-rw-r--r--include/vcl/button.hxx2
17 files changed, 20 insertions, 20 deletions
diff --git a/include/comphelper/accessiblecontexthelper.hxx b/include/comphelper/accessiblecontexthelper.hxx
index a1a8247f09e6..960fb6b5773e 100644
--- a/include/comphelper/accessiblecontexthelper.hxx
+++ b/include/comphelper/accessiblecontexthelper.hxx
@@ -126,7 +126,7 @@ namespace comphelper
<p>If your derived implementation implements the XAccessible (and does not follow the proposed
separation of XAccessible from XAccessibleContext), you may pass <code>this</code> here.</p>
- <p>The object is hold weak, so it's life time is not affected.</p>
+ <p>The object is hold weak, so its life time is not affected.</p>
<p>The object is needed for performance reasons: for <method>getAccessibleIndexInParent</method>,
all children (which are XAccessible's theirself) of our parent have to be asked. If we know our
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index 82af127d0e99..d65b5343ad62 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -37,7 +37,7 @@
namespace comphelper{
-/** @short defines a collection of UNO components, where every component will get it's own unique number.
+/** @short defines a collection of UNO components, where every component will get its own unique number.
@descr Such number will be unique at runtime only ... but it supports fragmentation.
Note: This collection uses weak refrences only to know her components.
diff --git a/include/comphelper/weakeventlistener.hxx b/include/comphelper/weakeventlistener.hxx
index 23c57b6f6ea0..c965b47e482c 100644
--- a/include/comphelper/weakeventlistener.hxx
+++ b/include/comphelper/weakeventlistener.hxx
@@ -40,7 +40,7 @@ namespace comphelper
<p>The idea is that this adapter is added as listener to a foreign component, which usually
holds it's listener hard. The adapter itself knows the real listener as weak reference,
- thus not affecting it's life time.</p>
+ thus not affecting its life time.</p>
*/
class OWeakListenerAdapterBase : public OBaseMutex
{
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index 0f84849dee34..e592ebb9186c 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -397,7 +397,7 @@ namespace dbtools
/** calculate a NumberFormatsSupplier for use with an given connection
@param _rxConn the connection for which the formatter is requested
- @param _bAllowDefault if the connection (and related components, such as it's parent) cannot supply
+ @param _bAllowDefault if the connection (and related components, such as its parent) cannot supply
a formatter, we can ask the DatabaseEnvironment for a default one. This parameter
states if this is allowed.
@param _rxFactory required (only of _bAllowDefault is sal_True) for creating the DatabaseEnvironment.
diff --git a/include/connectivity/parameters.hxx b/include/connectivity/parameters.hxx
index 7b63a029897b..37d70250d3a4 100644
--- a/include/connectivity/parameters.hxx
+++ b/include/connectivity/parameters.hxx
@@ -162,7 +162,7 @@ namespace dbtools
/** fills parameter values, as extensive as possible
<p>In particular, all values which can be filled from the master-detail relationship of
- between our database component and it's parent are filled in.</p>
+ between our database component and its parent are filled in.</p>
@param _rxCompletionHandler
an interaction handler which should be used to fill all parameters which
@@ -329,7 +329,7 @@ namespace dbtools
void createOuterParameters();
/** fills in the parameters values which result from the master-detail relationship
- between the database component and it's parent
+ between the database component and its parent
@param _rxParentColumns
the columns of the parameter database component. Must not be <NULL/>
diff --git a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
index 1446412c0081..91cc44eec6cb 100644
--- a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
@@ -53,10 +53,10 @@ namespace drawinglayer
/// the geometric definition
basegfx::B2DHomMatrix maTransform;
- /// the GraphicObject with all it's content possibilities
+ /// the GraphicObject with all its content possibilities
GraphicObject maGraphicObject;
- /// The GraphicAttr with all it's modification possibilities
+ /// The GraphicAttr with all its modification possibilities
GraphicAttr maGraphicAttr;
protected:
diff --git a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
index 0da0052c70b3..628ceb43d4f5 100644
--- a/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/hiddengeometryprimitive2d.hxx
@@ -37,7 +37,7 @@ namespace drawinglayer
// line geometry. In a further enchanced version this may change to 'if neither
// filled nor lines' creation criteria. The whole primitive decomposes to nothing,
// so no one not knowing it will be influenced. Only helper processors for hit test
- // (and maybe BoundRect extractors) will use it and it's children subcontent.
+ // (and maybe BoundRect extractors) will use it and its children subcontent.
class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive2D : public GroupPrimitive2D
{
public:
diff --git a/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
index 1f37fbcfc819..156a0ceb3873 100644
--- a/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
@@ -36,7 +36,7 @@ namespace drawinglayer
/** ModifiedColorPrimitive2D class
This primitive is a grouping primitive and allows to define
- how the colors of it's child content shall be modified for
+ how the colors of its child content shall be modified for
visualisation. This can be (and is) used e.g. for generic shadow
visualisation by forcing all color usages of the contained
sub-content to the shadow color.
diff --git a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
index 91323b224035..60409dd7d414 100644
--- a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
@@ -40,7 +40,7 @@ namespace drawinglayer
This primitive encapsulates these and the VCLPdfRenderer uses it
to apply the needed infos directly to the pdf export in a compatible
way.
- If a renderer ignores this, it just decomposes to it's child
+ If a renderer ignores this, it just decomposes to its child
content.
*/
class DRAWINGLAYER_DLLPUBLIC StructureTagPrimitive2D : public GroupPrimitive2D
diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
index 7f47c8817048..f9f6db3dd01a 100644
--- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx
@@ -39,7 +39,7 @@ namespace drawinglayer
// to 'if neither filled nor lines' creation criteria. The whole primitive
// decomposes to nothing, so no one not knowing it will be influenced. Only
// helper processors for hit test (and maybe BoundRect extractors) will
- // use it and it's children subcontent.
+ // use it and its children subcontent.
class DRAWINGLAYER_DLLPUBLIC HiddenGeometryPrimitive3D : public GroupPrimitive3D
{
public:
diff --git a/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
index 437355104054..5c0eecea7355 100644
--- a/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
@@ -34,7 +34,7 @@ namespace drawinglayer
/** ModifiedColorPrimitive3D class
This primitive is a grouping primitive and allows to define
- how the colors of it's child content shall be modified for
+ how the colors of its child content shall be modified for
visualisation. Please see the ModifiedColorPrimitive2D
description for more info.
*/
diff --git a/include/osl/socket.h b/include/osl/socket.h
index 23161c303bd3..e84513b632df 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -342,7 +342,7 @@ SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddr(
/** Create an oslHostAddr by resolving the given strHostname.
Successful name resolution should result in the fully qualified
- domain name (FQDN) and it's address as hostname and socket address
+ domain name (FQDN) and its address as hostname and socket address
members of the resulting oslHostAddr.
@param[in] strHostname The hostname to be resolved.
@return The resulting address or 0 upon failure.
@@ -352,7 +352,7 @@ SAL_DLLPUBLIC oslHostAddr SAL_CALL osl_createHostAddrByName(rtl_uString *strHost
/** Create an oslHostAddr by reverse resolution of the given Addr.
Successful name resolution should result in the fully qualified
- domain name (FQDN) and it's address as hostname and socket address
+ domain name (FQDN) and its address as hostname and socket address
members of the resulting oslHostAddr.
@param[in] Addr The socket address to be reverse resolved.
@return The resulting address or 0 upon failure.
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index c2fc7bf1c36a..e3d2ef788d86 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -188,7 +188,7 @@ protected:
* to be subclassed to implement the events for a specific
* objects. The subclass has to
* 1) supply the super class constructor with a list of known events (item IDs)
- * 2) supply the super class constructor with a reference of it's parent object
+ * 2) supply the super class constructor with a reference of its parent object
* (to prevent destruction)
* 3) implement getItem() and setItem(...) methods.
*
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index c31c0b9bdda7..34d235773289 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -242,7 +242,7 @@ namespace accessibility
This can be used if the owner of this object has children
handled by itself. Setting an offset different from 0
- leads to this object mimicking that all it's children are
+ leads to this object mimicking that all its children are
within the range [nOffset, GetChildCount()+nOffset). That
means, GetChild() also expects the index to be in this
range.
diff --git a/include/svx/dataaccessdescriptor.hxx b/include/svx/dataaccessdescriptor.hxx
index 8e997ac4d203..abc813bf5057 100644
--- a/include/svx/dataaccessdescriptor.hxx
+++ b/include/svx/dataaccessdescriptor.hxx
@@ -87,7 +87,7 @@ namespace svx
createPropertyValueSequence();
/** initialized the descriptor from the property values given
- <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all it's current settings before
+ <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all its current settings before
initializing with the new ones.</p>
*/
void initializeFrom(
diff --git a/include/svx/sdr/contact/viewcontactofe3dscene.hxx b/include/svx/sdr/contact/viewcontactofe3dscene.hxx
index bd48cbdaf227..f0334cb32ad8 100644
--- a/include/svx/sdr/contact/viewcontactofe3dscene.hxx
+++ b/include/svx/sdr/contact/viewcontactofe3dscene.hxx
@@ -76,7 +76,7 @@ namespace sdr
// given SetOfByte is done.
drawinglayer::primitive2d::Primitive2DSequence createScenePrimitive2DSequence(const SetOfByte* pLayerVisibility) const;
- // helpers to get the sequence of all contained 3D primitives and it's range,
+ // helpers to get the sequence of all contained 3D primitives and its range,
// regardless of layer or visibility constraints and using a neutral ViewInformation3D
drawinglayer::primitive3d::Primitive3DSequence getAllPrimitive3DSequence() const;
basegfx::B3DRange getAllContentRange3D() const;
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 8e2d5ff3993c..84718fe00711 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -338,7 +338,7 @@ protected:
inline void SetStateRect( const Rectangle& _rStateRect ) { maStateRect = _rStateRect; }
inline const Rectangle& GetStateRect( ) const { return maStateRect; }
- // draws the radio button (the knob image), in it's current state (pressed/checked)
+ // draws the radio button (the knob image), in its current state (pressed/checked)
// at the usual location, which can be overridden with SetStateRect
void DrawRadioButtonState( );