diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 19:44:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:14:55 +0000 |
commit | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch) | |
tree | 245e49f0afad73f582d42a89bdbdcb9717651fdd /editeng | |
parent | ca9de688c2c263c51dca1cbbf2892e3b419f921e (diff) |
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
Reviewed-on: https://gerrit.libreoffice.org/16300
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/impedit4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index 8cd007a3de34..7d8af23f6b1f 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -483,7 +483,7 @@ sal_uInt32 ImpEditEngine::WriteRTF( SvStream& rOutput, EditSelection aSel ) sal_uInt32 nNumber = nStyle + 1; rOutput.WriteUInt32AsString( nNumber ); - // Attribute, alos from Parent! + // Attribute, also from Parent! for ( sal_uInt16 nParAttr = EE_PARA_START; nParAttr <= EE_CHAR_END; nParAttr++ ) { if ( pStyle->GetItemSet().GetItemState( nParAttr ) == SfxItemState::SET ) |