summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:52:14 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-21 04:53:48 -0500
commit3e926736c7a1ec0a622ff446466113d9ccd8cb11 (patch)
treebcbfa6d33e8e028f32f9d2441f50fe969307c512 /framework
parent34d062147c16090fa42c27ac7960e3f5e3b65d2b (diff)
Miscellaneous typos
Change-Id: I5187364d420ab78c36a91632efab9c32951d867a
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx2
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
-rw-r--r--framework/inc/interaction/quietinteraction.hxx4
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 33d8951cdcc4..e1e5078314dc 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -88,7 +88,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
/*-****************************************************************************************************
@short check count of accessible elements of enumeration
@descr You can call this method to get information about accessible elements in future.
- Elements you have already getted are not accessible!
+ Elements you have already gotten are not accessible!
@seealso interface XEnumeration
@return sal_True = if more elements accessible<BR>
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index e6691279abf4..13dc1e1bc141 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -117,7 +117,7 @@ class PersistentWindowState : public ::cppu::WeakImplHelper2<
@param sModuleName
identifies the application module, where the
- information should be getted for.
+ information should be obtained for.
@return [string]
contains the information about position and size.
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx
index 8af1bc97afa8..5f084fd66511 100644
--- a/framework/inc/interaction/quietinteraction.hxx
+++ b/framework/inc/interaction/quietinteraction.hxx
@@ -84,8 +84,8 @@ class QuietInteraction : public ::cppu::WeakImplHelper1<
/**
@short return the handled interaction request
- @descr We saved any getted interaction request internally.
- May the outside user of this class is interessted
+ @descr We saved any obtained interaction request internally.
+ Maybe the outside user of this class is interested
on that. Especially we got an unknown interaction
and aborted it hard.