summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-02 00:28:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-03 08:59:34 +0000
commitc7114b66bd615670950ef6f7c2d80adab3fb4c33 (patch)
treef550353dbd5d36a58738426a1f2142f75d5d1a50 /framework/source/helper
parentbb43a23036dcfda114368441c5aa82a9a90355cd (diff)
Fix typos
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2 Reviewed-on: https://gerrit.libreoffice.org/29434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/oframes.cxx2
-rw-r--r--framework/source/helper/persistentwindowstate.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index 7cf1e8a0ee6a..3759a3adcbe7 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -319,7 +319,7 @@ void OFrames::impl_appendSequence( Sequence< css::uno::Reference< XFram
}
// Don't manipulate nResultPosition between these two loops!
- // Its the current position in the result list.
+ // It's the current position in the result list.
// Copy all items from second sequence.
for ( sal_Int32 nDestinationPosition=0; nDestinationPosition<nDestinationCount; ++nDestinationPosition )
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx
index 6938cc28a35e..911833596342 100644
--- a/framework/source/helper/persistentwindowstate.cxx
+++ b/framework/source/helper/persistentwindowstate.cxx
@@ -122,7 +122,7 @@ void SAL_CALL PersistentWindowState::frameAction(const css::frame::FrameActionEv
case css::frame::FrameAction_COMPONENT_REATTACHED :
{
- // nothing todo here, because its not allowed to change position and size
+ // nothing todo here, because it's not allowed to change position and size
// of an already existing frame!
}
break;