From b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 20 Feb 2013 17:24:33 +0100 Subject: typo: allways -> always Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841 --- dtrans/source/win32/dtobj/FmtFilter.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dtobj/FmtFilter.cxx b/dtrans/source/win32/dtobj/FmtFilter.cxx index 66a43db870a5..7456ce598bf5 100644 --- a/dtrans/source/win32/dtobj/FmtFilter.cxx +++ b/dtrans/source/win32/dtobj/FmtFilter.cxx @@ -283,7 +283,7 @@ Sequence< sal_Int8 > SAL_CALL TextHtmlToHTMLFormat( Sequence< sal_Int8 >& aTextH sal_uInt32 lHTMLFmtHdr = rtl_str_getLength( aHTMLFmtHdr ); - // the office allways writes the start + // the office always writes the start // and end html tag in upper cases and // without spaces // both tags don't allow parameters @@ -356,7 +356,7 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr return htmlHeader.str(); } -// the office allways writes the start and end html tag in upper cases and +// the office always writes the start and end html tag in upper cases and // without spaces both tags don't allow parameters const std::string TAG_HTML = std::string(""); const std::string TAG_END_HTML = std::string(""); -- cgit v1.2.3