summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-26 16:02:23 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-29 17:31:51 +0200
commit836efb78798397be216b82475cd7581b1ee52622 (patch)
tree7187b790fe26393eed3e76658478f5512a3e7509 /framework/source
parentb96bbb1ff391036cbba832bc22100792880f0fe6 (diff)
Fix typo
Change-Id: I5daaf19dab60a07033fd28499ba8ad25607777d9 Reviewed-on: https://gerrit.libreoffice.org/58127 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/frame.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index cc2987a32a27..4647f0e81b2b 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1290,8 +1290,8 @@ void SAL_CALL Frame::activate()
/*-****************************************************************************************************
@short deactivate frame in hierarchy
- @descr This feature is used to deactive paths in our frame hierarchy.
- You can be a listener for this event to react for it ... change some internal states or something else.
+ @descr This feature is used to deactivate paths in our frame hierarchy.
+ You can be a listener for this event to react for it... change some internal states or something else.
@seealso method activate()
@seealso method isActivate()