From cc3a302fcb564b996740524a6c5e6934d9ce8824 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:19:31 +0100 Subject: typo: unfortunally -> unfortunately --- forms/source/component/ImageControl.cxx | 2 +- forms/source/inc/FormComponent.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 1410ff4c0d9b..26979a5a78a1 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -627,7 +627,7 @@ void OImageControlModel::doSetControlValue( const Any& _rValue ) Reference< XImageProducer > xProducer = m_xImageProducer; { // release our mutex once (it's acquired in the calling method!), as starting the image production may - // result in the locking of the solar mutex (unfortunally the default implementation of our aggregate, + // result in the locking of the solar mutex (unfortunately the default implementation of our aggregate, // VCLXImageControl, does this locking) MutexRelease aRelease(m_aMutex); xProducer->startProduction(); diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index 04e28e96ebcc..1c78873f115b 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -973,7 +973,7 @@ protected: getCurrentFormComponentValue() const; /** We can't write (new) common properties in this base class, as the file format doesn't allow this - (unfortunally). So derived classes may use the following two methods. They secure the written + (unfortunately). So derived classes may use the following two methods. They secure the written data with marks, so any new common properties in newer versions will be skipped by older ones. */ void writeCommonProperties(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream); -- cgit