diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /svx | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleTextHelper.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/filtnav.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmPropBrw.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmcontrolbordermanager.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmobj.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmundo.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 2 | ||||
-rw-r--r-- | svx/source/inc/formfeaturedispatcher.hxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontact.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx | 2 | ||||
-rw-r--r-- | svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 2 | ||||
-rw-r--r-- | svx/source/stbctrls/pszctrl.cxx | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx index 995b70921edc..83135fb1938f 100644 --- a/svx/source/accessibility/AccessibleTextHelper.cxx +++ b/svx/source/accessibility/AccessibleTextHelper.cxx @@ -234,7 +234,7 @@ namespace accessibility // spin lock to prevent notify in notify (guarded by solar mutex) bool mbInNotify; - // whether the object or it's children has the focus set (guarded by solar mutex) + // whether the object or its children has the focus set (guarded by solar mutex) sal_Bool mbGroupHasFocus; // whether we (this object) has the focus set (guarded by solar mutex) diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 13f99e44c711..cca22caa5fdf 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -1867,7 +1867,7 @@ void FmFilterNavigator::KeyInput(const KeyEvent& rKEvt) void FmFilterNavigator::DeleteSelection() { // to avoid the deletion of an entry twice (e.g. deletion of a parent and afterward - // the deletion of it's child, i have to shrink the selecton list + // the deletion of its child, i have to shrink the selecton list ::std::vector<SvTreeListEntry*> aEntryList; for (SvTreeListEntry* pEntry = FirstSelected(); pEntry != NULL; diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index 7cafa10315ef..01fa034a6977 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -212,7 +212,7 @@ FmPropBrw::FmPropBrw( const Reference< XComponentContext >& _xORB, SfxBindings* // create an intermediate window, which is to be the container window of the frame // Do *not* use |this| as container window for the frame, this would result in undefined // responsibility for this window (as soon as we initialize a frame with a window, the frame - // is responsible for it's life time, but |this| is controlled by the belonging SfxChildWindow) + // is responsible for its life time, but |this| is controlled by the belonging SfxChildWindow) // #i34249# Window* pContainerWindow = new Window( this ); pContainerWindow->Show(); diff --git a/svx/source/form/fmcontrolbordermanager.cxx b/svx/source/form/fmcontrolbordermanager.cxx index f2b907cc2b94..790c7a2785da 100644 --- a/svx/source/form/fmcontrolbordermanager.cxx +++ b/svx/source/form/fmcontrolbordermanager.cxx @@ -231,7 +231,7 @@ namespace svxform Reference< XVclWindowPeer > xPeer( xAsControl->getPeer(), UNO_QUERY ); if ( xPeer.is() && canColorBorder( xPeer ) ) { - // remember the control and it's current border color + // remember the control and its current border color _rControlData.xControl.clear(); // so determineOriginalBorderStyle doesn't get confused determineOriginalBorderStyle( xAsControl, _rControlData ); diff --git a/svx/source/form/fmobj.cxx b/svx/source/form/fmobj.cxx index c9bd6b0a22a2..fff119d0efcd 100644 --- a/svx/source/form/fmobj.cxx +++ b/svx/source/form/fmobj.cxx @@ -418,7 +418,7 @@ namespace OUString sCurrentIndex; while (xChild.is()) { - // get the content's relative pos within it's parent container + // get the content's relative pos within its parent container sal_Int32 nPos = getElementPos(xParent, xChild); // prepend this current relaive pos diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 9980f7946da6..041292d2717a 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -363,7 +363,7 @@ namespace if (!rTransferIfAvailable.getLength()) return; // nothing to do - // check for the index of the model within it's parent + // check for the index of the model within its parent Reference< XIndexAccess> xParentIndex(xModelChild->getParent(), UNO_QUERY); if (!xParentIndex.is()) return; // nothing to do diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx index 4bc46c2d6cb3..d97edf064da0 100644 --- a/svx/source/form/fmundo.cxx +++ b/svx/source/form/fmundo.cxx @@ -157,7 +157,7 @@ struct PropertySetInfo AllProperties aProps; // all properties of this set which we know so far sal_Bool bHasEmptyControlSource; // sal_True -> the set has a DataField property, and the current value is an empty string - // sal_False -> the set has _no_ such property or it's value isn't empty + // sal_False -> the set has _no_ such property or its value isn't empty }; typedef std::map<Reference< XPropertySet >, PropertySetInfo> PropertySetInfoCache; diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index bab4d973fb5b..8dc9774d3e94 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -318,7 +318,7 @@ Reference< XFormController > FormViewPageWindowAdapter::getController( const Re if ((XTabControllerModel*)(*i)->getModel().get() == (XTabControllerModel*)xModel.get()) return *i; - // the current-round controller isn't the right one. perhaps one of it's children ? + // the current-round controller isn't the right one. perhaps one of its children ? Reference< XFormController > xChildSearch = getControllerSearchChildren(Reference< XIndexAccess > (*i, UNO_QUERY), xModel); if (xChildSearch.is()) return xChildSearch; diff --git a/svx/source/inc/formfeaturedispatcher.hxx b/svx/source/inc/formfeaturedispatcher.hxx index 6271c766dbad..b2d6062da04f 100644 --- a/svx/source/inc/formfeaturedispatcher.hxx +++ b/svx/source/inc/formfeaturedispatcher.hxx @@ -108,7 +108,7 @@ namespace svx @precond our Mutex is locked - else calling the method would not make sense, since - it's result could be out-of-date as soon as it's returned to the caller. + its result could be out-of-date as soon as it's returned to the caller. */ void checkAlive() const SAL_THROW((::com::sun::star::lang::DisposedException)); diff --git a/svx/source/sdr/contact/viewcontact.cxx b/svx/source/sdr/contact/viewcontact.cxx index b6c64c3ef1a7..0f9ba0dfdd21 100644 --- a/svx/source/sdr/contact/viewcontact.cxx +++ b/svx/source/sdr/contact/viewcontact.cxx @@ -213,7 +213,7 @@ namespace sdr void ViewContact::ActionChildInserted(ViewContact& rChild) { // propagate change to all exsisting visualisations which - // will force a VOC for the new child and invalidate it's range + // will force a VOC for the new child and invalidate its range const sal_uInt32 nCount(maViewObjectContactVector.size()); for(sal_uInt32 a(0); a < nCount; a++) diff --git a/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx b/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx index 20b84e4564c5..15fd691f1196 100644 --- a/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx +++ b/svx/source/sdr/contact/viewobjectcontactofmasterpagedescriptor.cxx @@ -98,7 +98,7 @@ namespace sdr // hide MasterPage content? Test self here for hierarchy if(isPrimitiveVisible(rDisplayInfo)) { - // get the VOC of the Master-SdrPage and get it's object hierarchy + // get the VOC of the Master-SdrPage and get its object hierarchy ViewContact& rViewContactOfMasterPage(rDescriptor.GetUsedPage().GetViewContact()); ViewObjectContact& rVOCOfMasterPage(rViewContactOfMasterPage.GetViewObjectContact(GetObjectContact())); diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx index f7512d519461..686601384fea 100644 --- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx +++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx @@ -249,7 +249,7 @@ namespace drawinglayer else { // rObjectTransform is the whole SdrObject transformation from unit rectangle - // to it's size and position. Decompose to allow working with single values. + // to its size and position. Decompose to allow working with single values. basegfx::B2DVector aScale, aTranslate; double fRotate, fShearX; rObjectTransform.decompose(aScale, aTranslate, fRotate, fShearX); diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index c73bb6f6d357..102de3bda084 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -135,7 +135,7 @@ struct SvxPosSizeStatusBarControl_Impl the toning down of symbols that are visible externally. One instance exists for each SvxPosSizeStatusBarControl-instance - during it's life time + during its life time */ { |