summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:19:31 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:20 +0100
commitcc3a302fcb564b996740524a6c5e6934d9ce8824 (patch)
tree95487c08df9f7add0fbfde22a0d308428ded4ee4 /forms
parente5355180f4f42d3ad0d630c2a9bf7a0a63a1aa06 (diff)
typo: unfortunally -> unfortunately
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ImageControl.cxx2
-rw-r--r--forms/source/inc/FormComponent.hxx2
2 files changed, 2 insertions, 2 deletions
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);