summaryrefslogtreecommitdiff
path: root/framework/source/classes
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/classes
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/classes')
-rw-r--r--framework/source/classes/framecontainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 7ab64895a117..b8a16dc05fe7 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -30,7 +30,7 @@ namespace framework{
@short initialize an empty container
@descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled.
- @threadsafe not necessary - its not a singleton
+ @threadsafe not necessary - it's not a singleton
*****************************************************************************************************************/
FrameContainer::FrameContainer()
/*DEPRECATEME
@@ -44,7 +44,7 @@ FrameContainer::FrameContainer()
@short deinitialize may a filled container
@descr Special features (if the currently are running) will be disabled and we free all used other resources.
- @threadsafe not necessary - its not a singleton
+ @threadsafe not necessary - it's not a singleton
*****************************************************************************************************************/
FrameContainer::~FrameContainer()
{
@@ -124,7 +124,7 @@ void FrameContainer::clear()
// Clear the container ...
m_aContainer.clear();
// ... and don't forget to reset the active frame.
- // Its an reference to a valid container-item.
+ // It's a reference to a valid container-item.
// But no container item => no active frame!
m_xActiveFrame.clear();
}