summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:34:30 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-02 10:40:27 +0000
commitd0f99b1b39027bcf0fae1b130b60a4c837e854d8 (patch)
treed5ce59abdd55a8f0f077fd51f26b36bb0cb3918d /xmloff/source/style
parent5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (diff)
Fix typos
Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16 Reviewed-on: https://gerrit.libreoffice.org/34779 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/XMLFootnoteSeparatorExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
index 067cdb840217..610f700cd05b 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorExport.cxx
@@ -54,7 +54,7 @@ void XMLFootnoteSeparatorExport::exportXML(
{
assert(pProperties);
- // intialize values
+ // initialize values
sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT;
sal_Int32 nLineColor = 0;
sal_Int32 nLineDistance = 0;