diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 107311d58241..bf057cc2d835 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -500,7 +500,7 @@ private: */ SAL_DLLPRIVATE void impl_defaultCurrentForm_nothrow(); - /** sets m_xCurrentForm to the provided form, and udpates everything which + /** sets m_xCurrentForm to the provided form, and updates everything which depends on the current form */ SAL_DLLPRIVATE void impl_updateCurrentForm( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxNewCurForm ); |