summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2013-04-17 18:35:49 +0300
committerCaolán McNamara <caolanm@redhat.com>2013-04-18 09:07:07 +0000
commit6a0f56b09d978e516846814062785a157c3ddbde (patch)
treecf8683a6740d133ee403b1af6fa38af47c155d98 /xmloff/source/style/PageMasterExportPropMapper.cxx
parent8e528bd24155fd634f24a82e24d4497a8f78d542 (diff)
Fix typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHT
Change-Id: Ie5dc62bf535360cde8a5ccd6f8be3965ff48739c Reviewed-on: https://gerrit.libreoffice.org/3435 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 72fcc6796d68..db50eb6a5669 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -292,7 +292,7 @@ void XMLPageMasterExportPropMapper::handleElementItem(
case CTF_PM_TEXTCOLUMNS:
pThis->aTextColumnsExport.exportXML( rProperty.maValue );
break;
- case CTF_PM_FTN_LINE_WEIGTH:
+ case CTF_PM_FTN_LINE_WEIGHT:
pThis->aFootnoteSeparatorExport.exportXML( pProperties, nIdx,
getPropertySetMapper());
break;