summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingcomp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/backingcomp.cxx')
-rw-r--r--sfx2/source/dialog/backingcomp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index f242c8731d9e..5d388c75dee2 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -635,10 +635,10 @@ void SAL_CALL BackingComp::removeEventListener( /*IN*/ const css::uno::Reference
/**
- force initialiation for this component.
+ force initialization for this component.
Inside attachFrame() we created our component window. But it was not allowed there, to
- initialitze it. E.g. the menu must be set at the container window of the frame, which
+ initialize it. E.g. the menu must be set at the container window of the frame, which
is our parent window. But may at that time another component used it.
That's why our creator has to inform us, when it's time to initialize us really.
Currently only calling of this method must be done. But further implementations