summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingcomp.cxx8
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx2
3 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index cd90996c2147..c8e85e3bcdf1 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -401,7 +401,7 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f
// safe the frame reference
m_xFrame = xFrame;
- // initialize the component and it's parent window
+ // initialize the component and its parent window
css::uno::Reference< css::awt::XWindow > xParentWindow = xFrame->getContainerWindow();
WorkWindow* pParent = (WorkWindow*)VCLUnoHelper::GetWindow(xParentWindow);
Window* pWindow = VCLUnoHelper::GetWindow(m_xWindow);
@@ -457,7 +457,7 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f
/** not supported.
This component does not know any model. It will be represented by a window and
- it's controller only.
+ its controller only.
return <FALSE/> everytime.
*/
@@ -473,7 +473,7 @@ sal_Bool SAL_CALL BackingComp::attachModel( /*IN*/ const css::uno::Reference< cs
/** not supported.
This component does not know any model. It will be represented by a window and
- it's controller only.
+ its controller only.
return An empty reference every time.
*/
@@ -531,7 +531,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL BackingComp::getFrame()
-/** ask controller for it's current working state.
+/** ask controller for its current working state.
If someone wishes to close this component, it must suspend the controller before.
That will be a chance for it to disagree with that AND show any UI for a possible
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index d18d0a4ecbd4..44750f8e1476 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -748,7 +748,7 @@ namespace
if ( nContStart != -1 )
{
nContStart = nContStart + _rPartId.getLength();
- ++nContStart; // now it's start of content, directly after Id
+ ++nContStart; // now its start of content, directly after Id
sal_Int32 nContEnd = _rRawString.indexOf( ',', nContStart );
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index 8e9cd78efd64..09cb874df6e3 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -381,7 +381,7 @@ namespace sfx2
{
// create an empty filter descriptor for the class
FilterDescriptor aClassEntry;
- // set it's name (which is all we know by now)
+ // set its name (which is all we know by now)
aClassEntry.First = _rClass.sDisplayName;
// add it to the group