summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 29d9371ca185..cb8a6b82024e 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1255,7 +1255,7 @@ void SAL_CALL Frame::activate()
// But we do nothing then! We are already activated.
xParent->activate();
}
- // Its necessary to send event NOW - not before.
+ // It's necessary to send event NOW - not before.
// Activation goes from bottom to top!
// That's the reason to activate parent first and send event now.
implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED );