summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 12:17:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 10:59:53 +0000
commit9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch)
tree633f51fcef822ad4cf4b00688dcfa66e962c6d1d /writerfilter
parent6149c5c8352d1e5c45568b5551539175f5305d4d (diff)
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41 Reviewed-on: https://gerrit.libreoffice.org/16295 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 01bbb77dd3f9..8394c954d2ee 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -4460,7 +4460,7 @@ void DomainMapper_Impl::StartOrEndBookmark( const OUString& rId )
/*
* Add the dummy paragraph to handle section properties
* iff the first element in the section is a table. If the dummy para is not added yet, then add it;
- * So bookmark is not attched to the wrong paragraph.
+ * So bookmark is not attached to the wrong paragraph.
*/
if(getTableManager( ).isInCell() && m_nTableDepth == 0 && GetIsFirstParagraphInSection()
&& !GetIsDummyParaAddedForTableInSection() &&!GetIsTextFrameInserted())