summaryrefslogtreecommitdiff
path: root/svx/source/form/fmPropBrw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmPropBrw.cxx')
-rw-r--r--svx/source/form/fmPropBrw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx
index 7cafa10315ef..01fa034a6977 100644
--- a/svx/source/form/fmPropBrw.cxx
+++ b/svx/source/form/fmPropBrw.cxx
@@ -212,7 +212,7 @@ FmPropBrw::FmPropBrw( const Reference< XComponentContext >& _xORB, SfxBindings*
// create an intermediate window, which is to be the container window of the frame
// Do *not* use |this| as container window for the frame, this would result in undefined
// responsibility for this window (as soon as we initialize a frame with a window, the frame
- // is responsible for it's life time, but |this| is controlled by the belonging SfxChildWindow)
+ // is responsible for its life time, but |this| is controlled by the belonging SfxChildWindow)
// #i34249#
Window* pContainerWindow = new Window( this );
pContainerWindow->Show();