diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 12:13:46 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-14 14:55:12 +0100 |
commit | 4598e59cfb4c504719c7a8c78021ac47a5d671f5 (patch) | |
tree | fffdf1c6fa33d4466841c9732bbe86e2aee0d806 /svx | |
parent | e4e4097a95cc66785d5828f05dd43cb0cc98b845 (diff) |
Fix typos
Change-Id: Id8df807bb96e036f0cef07cd1095b2d3336efe36
Reviewed-on: https://gerrit.libreoffice.org/44711
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmexpl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index c798bd28b9fd..96166a275440 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -254,7 +254,7 @@ FmFormData::FmFormData(const Reference< XForm >& _rxForm, FmFormData* _pParent) // set images m_aNormalImage = Image(RID_SVXBMP_FORM); - // set titel + // set title if (m_xForm.is()) { Reference< XPropertySet > xSet(m_xForm, UNO_QUERY); @@ -307,7 +307,7 @@ FmControlData::FmControlData(const Reference< XFormComponent >& _rxComponent, Fm m_aNormalImage = GetImage(); - // set titel + // set title Reference< XPropertySet > xSet(m_xFormComponent, UNO_QUERY); if( xSet.is() ) { |