summaryrefslogtreecommitdiff
path: root/framework/inc/classes/framecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/framecontainer.hxx')
-rw-r--r--framework/inc/classes/framecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index bfd7bcd584cf..62159aa8062e 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -70,7 +70,7 @@ class FrameContainer : private ThreadHelpBase
/// list to hold all frames
TFrameContainer m_aContainer;
- /// one container item can be the current active frame. Its neccessary for Desktop or Frame implementation.
+ /// one container item can be the current active frame. Its necessary for Desktop or Frame implementation.
css::uno::Reference< css::frame::XFrame > m_xActiveFrame;
//_______________________________________